Merge pull request #288594 from sikmir/flashmq

flashmq: 1.8.4 → 1.9.1
This commit is contained in:
Nikolay Korotkiy 2024-02-15 19:32:32 +04:00 committed by GitHub
commit 8e299f950a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];