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 let
version = "6.1.3"; version = "6.1.4";
in in
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "activemq"; pname = "activemq";
@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://archive.apache.org/dist/activemq/${version}/apache-activemq-${version}-bin.tar.gz"; url = "https://archive.apache.org/dist/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
hash = "sha256-ytFOgW6ZDxMScJ6/wij0KJXYxUxlLTzVbwtRRWNdx5Q="; hash = "sha256-8b0no0XUNOw3U2ULWtNW9R7DAWXtAajvh0nGuTkVNfM=";
}; };
installPhase = '' installPhase = ''