flashmq: 1.17.0 -> 1.17.1 (#338705)

This commit is contained in:
Nikolay Korotkiy 2024-09-01 09:52:56 +04:00 committed by GitHub
commit 92b2aea3c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];