prometheus_2: 2.4.3 -> 2.6.0

This commit is contained in:
Franz Pletz 2018-12-17 23:26:41 +01:00
parent 54d1529269
commit 5fc271257e
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
2 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ in rec {
}; };
prometheus_2 = generic { prometheus_2 = generic {
version = "2.4.3"; version = "2.6.0";
sha256 = "1kci2zhh4ixil0b72d138vm8006y117mw51wsyz8j0gyy4180msj"; sha256 = "1d9zwzs280pw9zspqwp7xx3ji04lfg2v9l5qhrfy3y633ghcmpxz";
}; };
} }

View File

@ -13855,10 +13855,10 @@ in
inherit (callPackage ../servers/monitoring/prometheus { inherit (callPackage ../servers/monitoring/prometheus {
buildGoPackage = buildGo110Package; buildGoPackage = buildGo110Package;
}) }) prometheus_1;
prometheus_1
prometheus_2 inherit (callPackage ../servers/monitoring/prometheus { })
; prometheus_2;
prom2json = callPackage ../servers/monitoring/prometheus/prom2json.nix { }; prom2json = callPackage ../servers/monitoring/prometheus/prom2json.nix { };
prometheus = prometheus_1; prometheus = prometheus_1;