prometheus: 2.17.1 -> 2.17.2

This commit is contained in:
Sergey Lukjanov 2020-04-20 07:19:45 -07:00
parent b16a5e2847
commit 0cd48c19f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
let
version = "2.17.1";
version = "2.17.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prometheus";
sha256 = "0ai9l7gx25x5m07617c0cjzwxknywwq822fn2q5b850hvs48whyv";
sha256 = "1q89c98rdypfcw8sqzipwlmxg8vrm4b9vdryygnacxv4am7bxsia";
};
webui = mkYarnPackage {