Merge pull request #79045 from fadenb/graylog_3.2.0

graylog: 3.1.4 -> 3.2.0
This commit is contained in:
Mario Rodas 2020-02-03 22:15:20 -05:00 committed by GitHub
commit 01b1c16ae2
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.1.4";
version = "3.2.0";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "1z7jy82dk5l2yxmcb7y0jws4p1l367fxj69pfi10ajssj66vwjfw";
sha256 = "128hlk2m7dy1ajvxkkazbi2npx738jfrkkznvmhyxm0hllcw4r9z";
};
dontBuild = true;