Skip to content

Commit

Permalink
graylog: 3.1.2 -> 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Helmich (omniIT) committed Nov 6, 2019
1 parent 4b0508a commit 98b0f8c
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.1.2";
version = "3.1.3";

src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "14zr1aln34j5wifhg6ak3f83l959vic8i11jr90ibmnxl5v4hcqp";
sha256 = "0jwfq9q10nz6fy9ac2j4fcf0liz4vj0q7jmfhy9dsa3476zccwa8";
};

dontBuild = true;
Expand Down

0 comments on commit 98b0f8c

Please sign in to comment.