flashmq: 1.21.0 → 1.21.1

This commit is contained in:
Nikolay Korotkiy 2025-03-29 13:48:41 +04:00
parent 5a57b8bdfc
commit 71b989fbfe
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flashmq";
version = "1.21.0";
version = "1.21.1";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
tag = "v${finalAttrs.version}";
hash = "sha256-/nSNWmSR16V1+nXOMIx+TtxtNS9Xk3BJSY4ps+6TwG8=";
hash = "sha256-ccTarrInS9Af9fT43dgRTuHVuHbWlYzDAEh31myHUvY=";
};
nativeBuildInputs = [