summary refs log tree commit diff
path: root/pkgs/development/libraries/apache-activemq
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-17 03:54:57 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-17 03:54:57 -0500
commitc9e322eab50527a75594cfe1b227628bf4967946 (patch)
tree88a21ffe1183ae0fab9fd5c6a3312592c7455e89 /pkgs/development/libraries/apache-activemq
parent9c8137ca81fec5db81e0b9dc28055fa02548eeae (diff)
downloadnixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.tar
nixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.tar.gz
nixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.tar.bz2
nixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.tar.lz
nixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.tar.xz
nixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.tar.zst
nixpkgs-c9e322eab50527a75594cfe1b227628bf4967946.zip
activemq: 5.13.4 -> 5.14.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq --version` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq version` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq help` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/macosx/wrapper --help` got 0 exit code
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/macosx/wrapper --help` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq-diag -h` got 0 exit code
- found 5.14.5 with grep in /nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5
Diffstat (limited to 'pkgs/development/libraries/apache-activemq')
-rw-r--r--pkgs/development/libraries/apache-activemq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/apache-activemq/default.nix b/pkgs/development/libraries/apache-activemq/default.nix
index c71dced918a..fc79cae36f8 100644
--- a/pkgs/development/libraries/apache-activemq/default.nix
+++ b/pkgs/development/libraries/apache-activemq/default.nix
@@ -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";
   };