flashmq: 1.17.0 -> 1.17.1

This commit is contained in:
R. Ryantm 2024-09-01 01:00:15 +00:00
parent 151889cdbf
commit 4276cd7475

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-HcpNPkG1gd5Gb5z//DrU8Rxf+dZWKMwHtj62k4N1S3U=";
hash = "sha256-T9ecw+UHe/DM8TSDda140lxG3oaf/wf+TEySOz6tboA=";
};
nativeBuildInputs = [ cmake installShellFiles ];