mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
bosun: Update to 0.2.0
This commit is contained in:
parent
7a0ca52267
commit
03e4e3e92a
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
with goPackages;
|
||||
|
||||
buildGoPackage rec {
|
||||
rev = "20150506172827";
|
||||
rev = "0.2.0";
|
||||
name = "bosun-${rev}";
|
||||
goPackagePath = "bosun.org";
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "bosun-monitor";
|
||||
repo = "bosun";
|
||||
sha256 = "0rnfiv9b835b8j8r9qh9j2mz9mm9q45vfg9cqa4nngrgfd0cqvl8";
|
||||
sha256 = "146k37zg4l01l10vwhnhjs6jv8d35zf5l5rljmvy9ydq2npadsjd";
|
||||
};
|
||||
subPackages = [ "cmd/bosun" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue