systemd-journal2gelf: fix after godeps changes

This commit is contained in:
Robin Gloster 2016-09-16 16:28:19 +02:00
parent 5650c92b01
commit 4ec5e729c4
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
3 changed files with 12 additions and 12 deletions

View File

@ -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";

View File

@ -1,11 +0,0 @@
[
{
"goPackagePath": "github.com/DECK36/go-gelf",
"fetch": {
"type": "git",
"url": "https://github.com/DECK36/go-gelf",
"rev": "4bc6123df0946a1c23fd54e0c1d0ed68b44fd99f",
"sha256": "071zdwcl8ld05gv88yym1p7xq72igd6jj05n5d7v01hn6rvj48ay"
}
}
]

View 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";
};
}
]