flashmq: 1.17.1 -> 1.17.2

This commit is contained in:
R. Ryantm
2024-11-03 05:13:57 +00:00
parent 7966d83510
commit e9a7eb4bcc
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.17.1";
version = "1.17.2";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-T9ecw+UHe/DM8TSDda140lxG3oaf/wf+TEySOz6tboA=";
hash = "sha256-9PZ0niX7VQzoJ6JE50NOU2es8PyBt7ECENvr2lDpb7Y=";
};
nativeBuildInputs = [ cmake installShellFiles ];