activemq: 5.18.2 -> 5.18.3

https://www.openwall.com/lists/oss-security/2023/10/27/5
https://issues.apache.org/jira/browse/AMQ-9370

Fixes: CVE-2023-46604
This commit is contained in:
Martin Weinelt
2023-10-27 17:10:29 +02:00
parent d3713c04a8
commit 5baaad05d7
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-activemq";
version = "5.18.2";
version = "5.18.3";
src = fetchurl {
sha256 = "sha256-zT3z7C95HUf0NRvA5dX5iAwiCkUaMYIO2/g5li7IQwo=";
sha256 = "sha256-lDOBqm00BwfebELq2/e0G3/fk99gQVbZctUMTaeDVE8=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};