bosun/scollector: Update to 20150409220449
This commit is contained in:
parent
c61dff28ae
commit
5b495bec46
@ -3,14 +3,14 @@
|
|||||||
with goPackages;
|
with goPackages;
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
rev = "20150311224711";
|
rev = "20150409220449";
|
||||||
name = "bosun-${rev}";
|
name = "bosun-${rev}";
|
||||||
goPackagePath = "bosun.org";
|
goPackagePath = "bosun.org";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "bosun-monitor";
|
owner = "bosun-monitor";
|
||||||
repo = "bosun";
|
repo = "bosun";
|
||||||
sha256 = "1nzzmlbiah7lpkm5n7yzxv1wmcxg8pszlzzsdvb7ccy0agpihxjg";
|
sha256 = "02bvq9hx2h4pgjclv09nm0al8ybvq0syhyhn5cvw0wgnn9bwn5mb";
|
||||||
};
|
};
|
||||||
subPackages = [ "cmd/bosun" ];
|
subPackages = [ "cmd/bosun" ];
|
||||||
|
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
with goPackages;
|
with goPackages;
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
rev = "20150311224711";
|
rev = "20150409220449";
|
||||||
name = "bosun-${rev}";
|
name = "bosun-${rev}";
|
||||||
goPackagePath = "bosun.org";
|
goPackagePath = "bosun.org";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "bosun-monitor";
|
owner = "bosun-monitor";
|
||||||
repo = "bosun";
|
repo = "bosun";
|
||||||
sha256 = "1nzzmlbiah7lpkm5n7yzxv1wmcxg8pszlzzsdvb7ccy0agpihxjg";
|
sha256 = "02bvq9hx2h4pgjclv09nm0al8ybvq0syhyhn5cvw0wgnn9bwn5mb";
|
||||||
};
|
};
|
||||||
subPackages = [ "cmd/scollector" ];
|
subPackages = [ "cmd/scollector" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user