Merge pull request from r-ryantm/auto-update/flashmq

flashmq: 1.15.2 -> 1.15.3
This commit is contained in:
Nikolay Korotkiy 2024-07-07 12:34:10 +04:00 committed by GitHub
commit fa6273dcec
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.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 ];