flashmq: 1.8.4 → 1.9.1

This commit is contained in:
Nikolay Korotkiy 2024-02-13 20:25:41 +04:00
parent 4477ea4df7
commit 3ca3c03d5b
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.8.4";
version = "1.9.1";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-CMZim7FSTzjUaViVFq5OABOAUX3Aee+I3/HQhNIdIVM=";
hash = "sha256-LxmD/NfD4OJR77erwRnHoe6VRiytqzMlWvRtgY8RD94=";
};
nativeBuildInputs = [ cmake installShellFiles ];