graylog: 3.2.5 -> 3.3.0

This commit is contained in:
Tristan Helmich (omniIT) 2020-06-05 15:48:01 +00:00
parent d7e2f2cd47
commit b48ad9b33d

View file

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