3
0
Fork 0
forked from mirrors/nixpkgs

prometheus: 1.3.1 -> 1.4.1

This commit is contained in:
Franz Pletz 2016-12-01 01:34:06 +01:00
parent fe63e45c08
commit ca46d05f18
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,8 +1,8 @@
{ stdenv, lib, go, buildGoPackage, fetchFromGitHub }: { stdenv, go, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
name = "prometheus-${version}"; name = "prometheus-${version}";
version = "1.3.1"; version = "1.4.1";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/prometheus/prometheus"; goPackagePath = "github.com/prometheus/prometheus";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev; inherit rev;
owner = "prometheus"; owner = "prometheus";
repo = "prometheus"; repo = "prometheus";
sha256 = "1q29ndi6dnflmv18y2qakipvialy7yfl308kv2vq9y2difij4pwi"; sha256 = "05yd3y1b0406qdmx7p27pya9kzcrv66069z1y8dqwj3bf9c7csnm";
}; };
docheck = true; docheck = true;