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:
parent
b9b58d1c46
commit
0c10ec9d2c
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue