Revert "graylog: 3.3.9 -> 4.0.7"

This reverts commit b1d42dbe6d.
The 4.x versions of Graylog have a different license (unfree) than the 3.x branch.
This commit is contained in:
FadenB 2021-08-06 16:42:54 +02:00 committed by Raphael Megzari
parent 93644ca084
commit b7604be17d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "graylog";
version = "4.0.7";
version = "3.3.9";
src = fetchurl {
url = "https://packages.graylog2.org/releases/graylog/graylog-${version}.tgz";
sha256 = "sha256-sZn/ug4oh/SHbICbiQeAmtEIwT3++DBWbT2XBkYGYUc=";
sha256 = "1wl9j2jgjg5gwcsh92qr5f68wx12nvwadc9xkaa9wwd7x3z825jq";
};
dontBuild = true;