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