flashmq: 1.17.3 → 1.18.2 (#358591)

This commit is contained in:
Nikolay Korotkiy 2024-11-28 00:51:26 +04:00 committed by GitHub
commit 554298b726
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.17.3";
version = "1.18.2";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-AL3jkmz+LLg8apyMkemQugFrZpn5f1sJEskjEiZ5/PQ=";
hash = "sha256-sr3gKCovw5bhX9WsuiHQxwq/SaoLHOPCoNjtSop8ka8=";
};
nativeBuildInputs = [ cmake installShellFiles ];