Merge pull request #164314 from r-ryantm/auto-update/apache-activemq
activemq: 5.16.4 -> 5.17.0
This commit is contained in:
commit
72861e1902
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apache-activemq";
|
||||
version = "5.16.4";
|
||||
version = "5.17.0";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "sha256-+OBNioEBQbOGpcnDlgtfAej+c0YfTJmxkeEV1JOEBwE=";
|
||||
sha256 = "sha256-6war1/Re+tQvT1a2cf7n3/TMrDh+B2Wx0lbhm+pm+Jc=";
|
||||
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue