tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prometheus: 1.7.2 -> 1.8.1
Franz Pletz
8 years ago
422fd6a2
9cad02ce
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
prometheus
default.nix
+2
-2
pkgs/servers/monitoring/prometheus/default.nix
···
2
3
buildGoPackage rec {
4
name = "prometheus-${version}";
5
-
version = "1.7.2";
6
rev = "v${version}";
7
8
goPackagePath = "github.com/prometheus/prometheus";
···
11
inherit rev;
12
owner = "prometheus";
13
repo = "prometheus";
14
-
sha256 = "0a2qlcx4p6mwgff9hc2h3sm1glh6syb38jfxabsx2clmj0gq2dq1";
15
};
16
17
docheck = true;
···
2
3
buildGoPackage rec {
4
name = "prometheus-${version}";
5
+
version = "1.8.1";
6
rev = "v${version}";
7
8
goPackagePath = "github.com/prometheus/prometheus";
···
11
inherit rev;
12
owner = "prometheus";
13
repo = "prometheus";
14
+
sha256 = "07xvpjhhxc0r73qfmkvf94zhv19zv76privw6blg35k5nxcnj7j4";
15
};
16
17
docheck = true;