flashmq: 1.17.3 → 1.18.2

This commit is contained in:
Nikolay Korotkiy 2024-11-24 04:05:41 +04:00
parent 4238856f15
commit 347e857eac
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.17.3";
version = "1.18.2";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-AL3jkmz+LLg8apyMkemQugFrZpn5f1sJEskjEiZ5/PQ=";
hash = "sha256-sr3gKCovw5bhX9WsuiHQxwq/SaoLHOPCoNjtSop8ka8=";
};
nativeBuildInputs = [ cmake installShellFiles ];