flashmq: 1.15.3 -> 1.15.4

This commit is contained in:
R. Ryantm
2024-07-18 19:35:29 +00:00
parent a62c421981
commit 2fbd7993f3
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.15.3";
version = "1.15.4";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-uTTk+7K9vHPTRYT1BxiXdp5+8n9zDdQJXQziQvI5YGU=";
hash = "sha256-798BUwjVpsv4OW12mWWXbyqogGX1y182H/u/0Cz3Xow=";
};
nativeBuildInputs = [ cmake installShellFiles ];