activemq: 6.1.3 -> 6.1.4

This commit is contained in:
R. Ryantm 2024-11-13 01:21:24 +00:00
parent 1556ad266a
commit 8a6d385315

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 = ''