activemq: 6.1.8 -> 6.2.0 (#462859)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-20 21:50:55 +00:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
}:
let
version = "6.1.8";
version = "6.2.0";
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-BCrdMR698xAsl+8nY8DpwdZZH6LH2C5FBNZ2sRUmtBk=";
hash = "sha256-J3u/p5LRQPgJvQKm4/1TgZVUuFetWlItcWoUpn9jxpg=";
};
installPhase = ''