Merge pull request #240379 from f2k1de/graylog-5.0.8

graylog: 5.0.7 -> 5.0.8

authored by

Pol Dellaiera and committed by
GitHub
510ea3ba 958fb96b

+2 -2
+2 -2
pkgs/tools/misc/graylog/5.0.nix
··· 2 let 3 buildGraylog = callPackage ./graylog.nix {}; 4 in buildGraylog { 5 - version = "5.0.7"; 6 - sha256 = "sha256-wGw7j1vBa0xcoyfrK7xlLGKElF1SV2ijn+uQ8COj87Y="; 7 maintainers = [ lib.maintainers.f2k1de ]; 8 license = lib.licenses.sspl; 9 }
··· 2 let 3 buildGraylog = callPackage ./graylog.nix {}; 4 in buildGraylog { 5 + version = "5.0.8"; 6 + sha256 = "sha256-TGJm2PGoXaLhlzyfSWKScEJxEGObTVttpEEaczsXHiA="; 7 maintainers = [ lib.maintainers.f2k1de ]; 8 license = lib.licenses.sspl; 9 }