flashmq: 1.4.5 -> 1.8.4

Diff: https://github.com/halfgaar/FlashMQ/compare/v1.4.5...v1.8.4
This commit is contained in:
K900 2024-01-25 13:37:47 +03:00
parent b9b58d1c46
commit 0c10ec9d2c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "flashmq"; pname = "flashmq";
version = "1.4.5"; version = "1.8.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "halfgaar"; owner = "halfgaar";
repo = "FlashMQ"; repo = "FlashMQ";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DcxwwUNpnMeK8A3LuyfrWAMCng0yIcX9bKxNGY0uDSo="; hash = "sha256-CMZim7FSTzjUaViVFq5OABOAUX3Aee+I3/HQhNIdIVM=";
}; };
nativeBuildInputs = [ cmake installShellFiles ]; nativeBuildInputs = [ cmake installShellFiles ];