activemq: 5.17.2 -> 5.17.3

This commit is contained in:
R. Ryantm 2022-12-05 05:29:43 +00:00 committed by Frederik Rietdijk
parent 8cf13ddc64
commit 3ce8c9d089

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-activemq";
version = "5.17.2";
version = "5.17.3";
src = fetchurl {
sha256 = "sha256-QhY4ckDvOOkS+IFixS4mEo8PctFZEIUtEusKeEWBkZU=";
sha256 = "sha256-pMxMOi8TZwfCxpbzuz7iqG2+/xueteI3sU7cDF5aMo8=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};