flashmq: 1.9.1 -> 1.13.0

This commit is contained in:
R. Ryantm 2024-05-16 13:06:29 +00:00
parent c68fb0f373
commit c405d3e066

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.9.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-LxmD/NfD4OJR77erwRnHoe6VRiytqzMlWvRtgY8RD94=";
hash = "sha256-MoBLV39auDz5oicpX6CVvrHMifGpUozocq4E3J+8xWA=";
};
nativeBuildInputs = [ cmake installShellFiles ];