flashmq: 1.14.0 -> 1.15.1

This commit is contained in:
R. Ryantm 2024-06-17 12:40:39 +00:00
parent bd8d034e65
commit d39de77d62

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.14.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-rOhH3mRPW4LweQmzztr6/xGqSfo02nFBWrAVd0/oQGA=";
hash = "sha256-6ShMYTynqIVm7EH3b9Jzy5UKE7SH/Lq5uWV3VaDVREQ=";
};
nativeBuildInputs = [ cmake installShellFiles ];