Merge pull request #190208 from r-ryantm/auto-update/apache-activemq
activemq: 5.17.1 -> 5.17.2
This commit is contained in:
commit
120db9643d
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apache-activemq";
|
||||
version = "5.17.1";
|
||||
version = "5.17.2";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "sha256-YX7CUQLMYiUubZsGzElnZq8RbJdSUlW8jEs+de6eAMg=";
|
||||
sha256 = "sha256-QhY4ckDvOOkS+IFixS4mEo8PctFZEIUtEusKeEWBkZU=";
|
||||
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue