bosun: 0.5.0-rc4 -> 0.5.0
This commit is contained in:
parent
5193c3e1b9
commit
e002504422
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "bosun";
|
name = "bosun";
|
||||||
rev = "0.5.0-rc4";
|
rev = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "bosun-monitor";
|
owner = "bosun-monitor";
|
||||||
repo = "bosun";
|
repo = "bosun";
|
||||||
sha256 = "0cybhy5nshg3z2h5i6r8p9d0qihcnz8s8wh5cqf17ix17k31qans";
|
sha256 = "1qj97wiqj6awivvac1n00k0x8wdv4ambzdj4502nmmnr5rdbqq88";
|
||||||
};
|
};
|
||||||
|
|
||||||
subPackages = [ "cmd/bosun" "cmd/scollector" ];
|
subPackages = [ "cmd/bosun" "cmd/scollector" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user