Skip to content

Commit

Permalink
graylog: 3.2.5 -> 3.3.0
Browse files Browse the repository at this point in the history
(cherry picked from commit b48ad9b)

Backport of #89617 for security and bugfixes
  • Loading branch information
Tristan Helmich (omniIT) committed Jun 8, 2020
1 parent 06e882b commit b845898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/graylog/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit b845898

Please sign in to comment.