Merge pull request #37236 from matthewbauer/auto-update/activemq

activemq: 5.13.4 -> 5.14.5
This commit is contained in:
Matthew Justin Bauer 2018-03-21 23:42:28 -05:00 committed by GitHub
commit e0133cd7da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "apache-activemq-${version}";
version = "5.13.4";
version = "5.14.5";
src = fetchurl {
sha256 = "0sp806bmv9vs19zbzlv71ag09p1jbl2wn2wpxfwa20mndri8lsmz";
sha256 = "0vm8z7rxb9n10xg5xjahy357704fw3q477hmpb83kd1zrc633g54";
url = "mirror://apache/activemq/${version}/${name}-bin.tar.gz";
};