mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
activemq: 5.13.2 -> 5.13.4 (security)
Fixes CVE-2016-3088. See http://activemq.apache.org/security-advisories.data/CVE-2016-3088-announcement.txt.
This commit is contained in:
parent
bd68309643
commit
c409710b20
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "apache-activemq-${version}";
|
||||
version = "5.13.2";
|
||||
version = "5.13.4";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "0vrgny8fw973xvr3w4wc1s44z50b0c2hgcqa91s8fbx2yjmqn5xy";
|
||||
sha256 = "0sp806bmv9vs19zbzlv71ag09p1jbl2wn2wpxfwa20mndri8lsmz";
|
||||
url = "mirror://apache/activemq/${version}/${name}-bin.tar.gz";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue