activemq: 5.18.1 -> 5.18.2

(cherry picked from commit 1f14a26765)
This commit is contained in:
R. Ryantm
2023-07-17 12:03:00 +00:00
committed by Martin Weinelt
parent 5f5f54e47e
commit a4f2ab4bce

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";
};