Merge pull request #85615 from Frostman/prom-2.17.2

prometheus: 2.17.1 -> 2.17.2
This commit is contained in:
Mario Rodas 2020-04-24 19:15:05 -05:00 committed by GitHub
commit 2083e4720b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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