prometheus: 1.7.2 -> 1.8.1

+2 -2
+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;