Merge pull request #243965 from r-ryantm/auto-update/activemq
activemq: 5.18.1 -> 5.18.2
This commit is contained in:
commit
74638465f0
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "apache-activemq";
|
||||
version = "5.18.1";
|
||||
version = "5.18.2";
|
||||
|
||||
src = fetchurl {
|
||||
sha256 = "sha256-/t173pr1urrrByv3rrIGXZAhwmFj3tY5yHoy1nN5VHI=";
|
||||
sha256 = "sha256-zT3z7C95HUf0NRvA5dX5iAwiCkUaMYIO2/g5li7IQwo=";
|
||||
url = "mirror://apache/activemq/${version}/${pname}-${version}-bin.tar.gz";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue