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

graylog: 3.3.9 -> 4.0.7
This commit is contained in:
Mario Rodas 2021-06-19 19:27:57 -05:00 committed by GitHub
commit 9ce570881a
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.9";
version = "4.0.7";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "1wl9j2jgjg5gwcsh92qr5f68wx12nvwadc9xkaa9wwd7x3z825jq";
sha256 = "sha256-sZn/ug4oh/SHbICbiQeAmtEIwT3++DBWbT2XBkYGYUc=";
};
dontBuild = true;