prometheus-alertmanager: fetchgit -> fetchFromGitHub
This commit is contained in:
parent
9683f5751f
commit
8dc356c731
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, lib, go, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
{ stdenv, lib, go, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "alertmanager-${version}";
|
name = "alertmanager-${version}";
|
||||||
@ -7,9 +7,10 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
goPackagePath = "github.com/prometheus/alertmanager";
|
goPackagePath = "github.com/prometheus/alertmanager";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/prometheus/alertmanager";
|
owner = "prometheus";
|
||||||
|
repo = "alertmanager";
|
||||||
sha256 = "1ya465bns6cj2lqbipmfm13wz8kxii5h9mm7lc0ba1xv26xx5zs7";
|
sha256 = "1ya465bns6cj2lqbipmfm13wz8kxii5h9mm7lc0ba1xv26xx5zs7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user