graylog: 2.2.3 -> 2.3.0

This commit is contained in:
Tristan Helmich 2017-08-10 20:41:27 +02:00 committed by Franz Pletz
parent 3cbc3ddf31
commit 8648468833

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "2.2.3";
version = "2.3.0";
name = "graylog-${version}";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "02x8brzlyx7qpxb1pgs74iv1gdykvs7cihff0rzjmh7bp1y1xq1x";
sha256 = "03jv8l5hj3hw91vk69pxhc2zvxyzc5sfvxf700rq83wsjh6gb5iz";
};
dontBuild = true;