summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/apache-activemq/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-31 22:08:09 +0800
committerGitHub <noreply@github.com>2021-12-31 22:08:09 +0800
commitffc65bd0c828de8bb16a04c7a5f737423ad8f6ab (patch)
treebd5b7559f7b1aec2cedc387ea8258dd9c04f55f6 /pkgs/development/libraries/apache-activemq/default.nix
parent7b76019b17750ec105b882d550ec77f24e8f04d1 (diff)
parentcffd614637da7fb55f73e6f73feb61c4a13fcc0e (diff)
Merge pull request #150338 from r-ryantm/auto-update/apache-activemq
activemq: 5.16.2 -> 5.16.3
Diffstat (limited to 'pkgs/development/libraries/apache-activemq/default.nix')
-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 745b9b562e4c..b188754607d5 100644
--- a/pkgs/development/libraries/apache-activemq/default.nix
+++ b/pkgs/development/libraries/apache-activemq/default.nix
@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "apache-activemq";
- version = "5.16.2";
+ version = "5.16.3";
src = fetchurl {
- sha256 = "sha256-IS/soe5Lx1C+/UWnNcv+8AwMmu5FHvURbpkTMMGrEFs=";
+ sha256 = "sha256-GEbaKYXsZCU+zEGlTxR3cx60dQ/oQKndn9/uiOXJQlI=";
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
};