forked from mirrors/nixpkgs
prometheus: 1.3.1 -> 1.4.1
This commit is contained in:
parent
fe63e45c08
commit
ca46d05f18
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, lib, go, buildGoPackage, fetchFromGitHub }:
|
||||
{ stdenv, go, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "prometheus-${version}";
|
||||
version = "1.3.1";
|
||||
version = "1.4.1";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/prometheus/prometheus";
|
||||
|
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||
inherit rev;
|
||||
owner = "prometheus";
|
||||
repo = "prometheus";
|
||||
sha256 = "1q29ndi6dnflmv18y2qakipvialy7yfl308kv2vq9y2difij4pwi";
|
||||
sha256 = "05yd3y1b0406qdmx7p27pya9kzcrv66069z1y8dqwj3bf9c7csnm";
|
||||
};
|
||||
|
||||
docheck = true;
|
||||
|
|
Loading…
Reference in a new issue