3
0
Fork 0
forked from mirrors/nixpkgs

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 {
version = "2.4.3";
sha256 = "1kci2zhh4ixil0b72d138vm8006y117mw51wsyz8j0gyy4180msj";
version = "2.6.0";
sha256 = "1d9zwzs280pw9zspqwp7xx3ji04lfg2v9l5qhrfy3y633ghcmpxz";
};
}

View file

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