prometheus: 2.12.0 -> 2.13.0
Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.13.0
This commit is contained in:
parent
fa746623d9
commit
aa69f548b7
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
buildGoPackage rec {
|
||||
pname = "prometheus";
|
||||
version = "2.12.0";
|
||||
version = "2.13.0";
|
||||
|
||||
inherit goPackagePath;
|
||||
|
||||
|
@ -13,7 +13,7 @@ buildGoPackage rec {
|
|||
rev = "v${version}";
|
||||
owner = "prometheus";
|
||||
repo = "prometheus";
|
||||
sha256 = "1ci9dc512c1hry1b8jqif0mrnks6w3yagwm3jf69ihcwilr2n7vs";
|
||||
sha256 = "15fk231kdp3h5w0ym3d84y9z255qqykzyhvv12fg0wchkv8vfhcj";
|
||||
};
|
||||
|
||||
buildFlagsArray = let
|
||||
|
|
Loading…
Reference in a new issue