activemq: 6.1.6 -> 6.1.7 (#418981)

This commit is contained in:
Wolfgang Walther
2025-06-27 16:08:21 +00:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
}:
let
version = "6.1.6";
version = "6.1.7";
in
stdenvNoCC.mkDerivation {
pname = "activemq";
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
src = fetchurl {
url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
hash = "sha256-MqxpLaSG1+goGVht08VmG7u11tQlmYMqSUeXBYYI8KQ=";
hash = "sha256-dcxBEJqJd0XUSsonNYVo88vgzVj8a7/wNag8Td9I0xY=";
};
installPhase = ''