Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
graylog: 3.2.4 -> 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 21, 2020
1 parent 567f0a3 commit 878e720
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.4";
version = "3.2.5";

src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "0m3g68ycb0yvdpiyd6qysgz0ygz9s0kb98g79cdx9rqpb7x0rmd0";
sha256 = "1sbws735w0qww3nj8ai105a743nyrf1iprmcl89w5h8yirq2z1r9";
};

dontBuild = true;
Expand Down

0 comments on commit 878e720

Please sign in to comment.