mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-18 17:56:01 +00:00
prometheus: 1.1.2 -> 1.3.1
This commit is contained in:
parent
9deb7821d9
commit
c5d9bcb1db
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "prometheus-${version}";
|
name = "prometheus-${version}";
|
||||||
version = "1.1.2";
|
version = "1.3.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 = "1k0lfmfkyibjan590wyswr65yr940w8d1zma6k3l2hc025xpi2i4";
|
sha256 = "1q29ndi6dnflmv18y2qakipvialy7yfl308kv2vq9y2difij4pwi";
|
||||||
};
|
};
|
||||||
|
|
||||||
docheck = true;
|
docheck = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue