Merge pull request #337047 from r-ryantm/auto-update/flashmq

flashmq: 1.16.0 -> 1.17.0
This commit is contained in:
Nikolay Korotkiy
2024-08-25 00:30:30 +04:00
committed by GitHub
+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 ];