Merge pull request #94276 from marsam/update-prometheus

prometheus: 2.19.2 -> 2.19.3
This commit is contained in:
Mario Rodas 2020-07-31 07:22:05 -05:00 committed by GitHub
commit fa4c4d5fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
let
version = "2.19.2";
version = "2.19.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prometheus";
sha256 = "119csghjmw4lphpnnhaxwimmir5bn455g92rb40j3y9pyv0hlfsh";
sha256 = "0dlvhbxahdq0x0qa0gv1rc4y5dp6lx44w280rbm9279nv1nplffh";
};
webui = mkYarnPackage {