systemd-journal2gelf: fix after godeps changes
This commit is contained in:
parent
5650c92b01
commit
4ec5e729c4
@ -13,7 +13,7 @@ buildGoPackage rec {
|
||||
sha256 = "012fmnb44681dgz21n1dlb6vh923bpk5lkqir1q40kfz6pacq64n";
|
||||
};
|
||||
|
||||
goDeps = ./deps.json;
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Export entries from systemd's journal and send them to a graylog server using gelf";
|
||||
|
@ -1,11 +0,0 @@
|
||||
[
|
||||
{
|
||||
"goPackagePath": "github.com/DECK36/go-gelf",
|
||||
"fetch": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DECK36/go-gelf",
|
||||
"rev": "4bc6123df0946a1c23fd54e0c1d0ed68b44fd99f",
|
||||
"sha256": "071zdwcl8ld05gv88yym1p7xq72igd6jj05n5d7v01hn6rvj48ay"
|
||||
}
|
||||
}
|
||||
]
|
11
pkgs/tools/system/systemd-journal2gelf/deps.nix
Normal file
11
pkgs/tools/system/systemd-journal2gelf/deps.nix
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/DECK36/go-gelf";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/DECK36/go-gelf";
|
||||
rev = "4bc6123df0946a1c23fd54e0c1d0ed68b44fd99f";
|
||||
sha256 = "071zdwcl8ld05gv88yym1p7xq72igd6jj05n5d7v01hn6rvj48ay";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user