flashmq: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2024-08-24 16:32:23 +00:00
parent 771c5644e8
commit 2dfcbd4f13
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-oKH2cH1GuNrBzxAVvmO01+IfkuNzQEgGpL4gSfjpjqg=";
hash = "sha256-HcpNPkG1gd5Gb5z//DrU8Rxf+dZWKMwHtj62k4N1S3U=";
};
nativeBuildInputs = [ cmake installShellFiles ];