prometheus: 2.17.2 -> 2.18.1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
|
||||
|
||||
let
|
||||
version = "2.17.2";
|
||||
version = "2.18.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "prometheus";
|
||||
repo = "prometheus";
|
||||
sha256 = "1q89c98rdypfcw8sqzipwlmxg8vrm4b9vdryygnacxv4am7bxsia";
|
||||
sha256 = "0ixgjp3j9dkdb0vv5n83h8w48xgi70m83im660z97y7mflr5s2cf";
|
||||
};
|
||||
|
||||
webui = mkYarnPackage {
|
||||
|
||||
Reference in New Issue
Block a user