activemq: 6.1.4 -> 6.1.5

This commit is contained in:
R. Ryantm
2025-01-14 00:55:37 +00:00
parent a55d4e61d0
commit 77043634ed
+2 -2
View File
@@ -5,7 +5,7 @@
}:
let
version = "6.1.4";
version = "6.1.5";
in
stdenvNoCC.mkDerivation {
pname = "activemq";
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
src = fetchurl {
url = "https://archive.apache.org/dist/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
hash = "sha256-8b0no0XUNOw3U2ULWtNW9R7DAWXtAajvh0nGuTkVNfM=";
hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E=";
};
installPhase = ''