3
0
Fork 0
forked from mirrors/nixpkgs

graylog: 2.0.0 -> 2.0.1

This commit is contained in:
Tristan Helmich 2016-05-12 16:01:39 +02:00
parent 3f39492bf5
commit f225e35a0b

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "2.0.0";
version = "2.0.1";
name = "graylog-${version}";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "0qn2rf2aarfr34387fiv34rmav20c66b4zs9bkm8gpvj0laxrqh2";
sha256 = "0i9nng361qnnws7jnk5m91nj5ifg4h78yayahsfjn37665rsrdga";
};
dontBuild = true;