Merge pull request #190208 from r-ryantm/auto-update/apache-activemq

activemq: 5.17.1 -> 5.17.2
This commit is contained in:
Christian Kögler 2022-09-25 17:06:33 +02:00 committed by GitHub
commit 120db9643d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};