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

flashmq: 1.15.4 -> 1.16.0
This commit is contained in:
Pol Dellaiera 2024-08-11 08:26:43 +02:00 committed by GitHub
commit 1d215eb380
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.4";
version = "1.16.0";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-798BUwjVpsv4OW12mWWXbyqogGX1y182H/u/0Cz3Xow=";
hash = "sha256-oKH2cH1GuNrBzxAVvmO01+IfkuNzQEgGpL4gSfjpjqg=";
};
nativeBuildInputs = [ cmake installShellFiles ];