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

graylog: 3.3.1 -> 3.3.2
This commit is contained in:
Maximilian Bosch 2020-07-03 19:33:54 +02:00 committed by GitHub
commit 50077585a3
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.3.1";
version = "3.3.2";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "1jcv2dqm49vbz810ypv024r3lqgz804l06yhhwshrih61xzj7dvh";
sha256 = "0mw0nwj6i681bfsp3psjq377bha2qskkw955pp9h1p8xdyy8cx32";
};
dontBuild = true;