flashmq: 1.17.2 → 1.17.3

This commit is contained in:
Nikolay Korotkiy 2024-11-08 18:49:31 +04:00
parent 50f7983ec7
commit c89cc9e33f
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.2";
version = "1.17.3";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-9PZ0niX7VQzoJ6JE50NOU2es8PyBt7ECENvr2lDpb7Y=";
hash = "sha256-AL3jkmz+LLg8apyMkemQugFrZpn5f1sJEskjEiZ5/PQ=";
};
nativeBuildInputs = [ cmake installShellFiles ];