Skip to content

Commit

Permalink
graylog: 3.2.1 -> 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 4, 2020
1 parent 7399c59 commit 2954d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/graylog/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "graylog";
version = "3.2.1";
version = "3.2.2";

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

dontBuild = true;
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Open source log management solution";
homepage = https://www.graylog.org/;
homepage = "https://www.graylog.org/";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = [ maintainers.fadenb ];
Expand Down

0 comments on commit 2954d55

Please sign in to comment.