Merge pull request #164314 from r-ryantm/auto-update/apache-activemq

activemq: 5.16.4 -> 5.17.0
This commit is contained in:
ajs124 2022-04-09 17:05:16 +01:00 committed by GitHub
commit 72861e1902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-activemq";
version = "5.16.4";
version = "5.17.0";
src = fetchurl {
sha256 = "sha256-+OBNioEBQbOGpcnDlgtfAej+c0YfTJmxkeEV1JOEBwE=";
sha256 = "sha256-6war1/Re+tQvT1a2cf7n3/TMrDh+B2Wx0lbhm+pm+Jc=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};