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

activemq: 5.16.2 -> 5.16.3
This commit is contained in:
Bobby Rong 2021-12-31 22:08:09 +08:00 committed by GitHub
commit ffc65bd0c8
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.2";
version = "5.16.3";
src = fetchurl {
sha256 = "sha256-IS/soe5Lx1C+/UWnNcv+8AwMmu5FHvURbpkTMMGrEFs=";
sha256 = "sha256-GEbaKYXsZCU+zEGlTxR3cx60dQ/oQKndn9/uiOXJQlI=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};