flashmq: 1.15.4 -> 1.16.0

This commit is contained in:
R. Ryantm 2024-08-11 00:57:07 +00:00
parent 2d2404abaf
commit bc4bd283d0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.15.4";
version = "1.16.0";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-798BUwjVpsv4OW12mWWXbyqogGX1y182H/u/0Cz3Xow=";
hash = "sha256-oKH2cH1GuNrBzxAVvmO01+IfkuNzQEgGpL4gSfjpjqg=";
};
nativeBuildInputs = [ cmake installShellFiles ];