flashmq: 1.15.2 -> 1.15.3

This commit is contained in:
R. Ryantm 2024-07-07 00:55:51 +00:00
parent 8f3b38daf2
commit a20d78f158

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.15.2";
version = "1.15.3";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-4ZK8aHDhI0yslx1VoO+cgqj4YQ6AgE0Jy5C4WJ4k4OQ=";
hash = "sha256-uTTk+7K9vHPTRYT1BxiXdp5+8n9zDdQJXQziQvI5YGU=";
};
nativeBuildInputs = [ cmake installShellFiles ];