Merge pull request #317189 from r-ryantm/auto-update/flashmq

flashmq: 1.13.1 -> 1.14.0
This commit is contained in:
Nikolay Korotkiy 2024-06-04 20:00:54 +04:00 committed by GitHub
commit 61957b594f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.13.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-ZKDoh2eZDs7iQpfsvfsG7ic+A8NG+UUGgq9l2tmfhVI=";
hash = "sha256-rOhH3mRPW4LweQmzztr6/xGqSfo02nFBWrAVd0/oQGA=";
};
nativeBuildInputs = [ cmake installShellFiles ];