bosun/scollector: Update to 20150506172827

This commit is contained in:
Oliver Charles 2015-05-14 12:11:35 +01:00
parent aef701babc
commit e995f971ae
2 changed files with 5 additions and 5 deletions

View file

@ -3,14 +3,14 @@
with goPackages;
buildGoPackage rec {
rev = "20150409220449";
rev = "20150506172827";
name = "bosun-${rev}";
goPackagePath = "bosun.org";
src = fetchFromGitHub {
inherit rev;
owner = "bosun-monitor";
repo = "bosun";
sha256 = "02bvq9hx2h4pgjclv09nm0al8ybvq0syhyhn5cvw0wgnn9bwn5mb";
sha256 = "0rnfiv9b835b8j8r9qh9j2mz9mm9q45vfg9cqa4nngrgfd0cqvl8";
};
subPackages = [ "cmd/bosun" ];

View file

@ -3,14 +3,14 @@
with goPackages;
buildGoPackage rec {
rev = "20150409220449";
name = "bosun-${rev}";
rev = "20150506172827";
name = "scollector-${rev}";
goPackagePath = "bosun.org";
src = fetchFromGitHub {
inherit rev;
owner = "bosun-monitor";
repo = "bosun";
sha256 = "02bvq9hx2h4pgjclv09nm0al8ybvq0syhyhn5cvw0wgnn9bwn5mb";
sha256 = "0rnfiv9b835b8j8r9qh9j2mz9mm9q45vfg9cqa4nngrgfd0cqvl8";
};
subPackages = [ "cmd/scollector" ];