flashmq: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm
2024-05-26 12:54:33 +00:00
parent a62e3974b8
commit b0898457fd
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-MoBLV39auDz5oicpX6CVvrHMifGpUozocq4E3J+8xWA=";
hash = "sha256-ZKDoh2eZDs7iQpfsvfsG7ic+A8NG+UUGgq9l2tmfhVI=";
};
nativeBuildInputs = [ cmake installShellFiles ];