activemq: 6.1.3 -> 6.1.4 (#355570)

This commit is contained in:
OTABI Tomoya 2024-11-22 14:58:55 +09:00 committed by GitHub
commit 81e5009052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
let
version = "6.1.3";
version = "6.1.4";
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-ytFOgW6ZDxMScJ6/wij0KJXYxUxlLTzVbwtRRWNdx5Q=";
hash = "sha256-8b0no0XUNOw3U2ULWtNW9R7DAWXtAajvh0nGuTkVNfM=";
};
installPhase = ''