Merge pull request #88537 from r-ryantm/auto-update/graylog

graylog: 3.2.4 -> 3.2.5
This commit is contained in:
Maximilian Bosch 2020-05-22 00:52:53 +02:00 committed by GitHub
commit e98903af05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "graylog";
version = "3.2.4";
version = "3.2.5";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "0m3g68ycb0yvdpiyd6qysgz0ygz9s0kb98g79cdx9rqpb7x0rmd0";
sha256 = "1sbws735w0qww3nj8ai105a743nyrf1iprmcl89w5h8yirq2z1r9";
};
dontBuild = true;