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

activemq: 5.18.1 -> 5.18.2
This commit is contained in:
Mario Rodas 2023-07-17 08:30:23 -05:00 committed by GitHub
commit 74638465f0
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.18.1";
version = "5.18.2";
src = fetchurl {
sha256 = "sha256-/t173pr1urrrByv3rrIGXZAhwmFj3tY5yHoy1nN5VHI=";
sha256 = "sha256-zT3z7C95HUf0NRvA5dX5iAwiCkUaMYIO2/g5li7IQwo=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};