mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 18:12:34 +09:00
Merge pull request #313649 from f2k1de/graylog-5.1.13
This commit is contained in:
commit
7417c12687
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
let
|
||||
buildGraylog = callPackage ./graylog.nix {};
|
||||
in buildGraylog {
|
||||
version = "5.1.11";
|
||||
sha256 = "sha256-xvG9COKMNgHg5zzyCRfXsfrW3C2Gwbdxf8PMXQnJ2yg=";
|
||||
version = "5.1.13";
|
||||
sha256 = "sha256-qjNJ51EbPjtDR5h4DElpSblj/c8WarXxPfcLTuTx5AQ=";
|
||||
maintainers = [ lib.maintainers.f2k1de ];
|
||||
license = lib.licenses.sspl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue