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

activemq: 5.16.3 -> 5.16.4
This commit is contained in:
Mario Rodas 2022-02-19 15:08:34 -05:00 committed by GitHub
commit 6735d4537b
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.3";
version = "5.16.4";
src = fetchurl {
sha256 = "sha256-GEbaKYXsZCU+zEGlTxR3cx60dQ/oQKndn9/uiOXJQlI=";
sha256 = "sha256-+OBNioEBQbOGpcnDlgtfAej+c0YfTJmxkeEV1JOEBwE=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};