flashmq: 1.13.1 -> 1.14.0

This commit is contained in:
R. Ryantm 2024-06-04 13:21:29 +00:00
parent 612b7cbb4b
commit 7fb41f03c6

View File

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