flashmq: 1.17.3 → 1.18.2

This commit is contained in:
Nikolay Korotkiy
2024-11-27 03:06:08 +04:00
parent 4238856f15
commit 347e857eac
+2 -2
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 ];