3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #91638 from Frostman/prom-2.19.2

prometheus: 2.19.1 -> 2.19.2
This commit is contained in:
Daniël de Kok 2020-06-27 09:04:18 +02:00 committed by GitHub
commit 29ec997c8f
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.1";
version = "2.19.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "prometheus";
repo = "prometheus";
sha256 = "1isv66dnn61mm76r577qqafsn6w5msb0a6i9dykg4z7crcpsnq70";
sha256 = "119csghjmw4lphpnnhaxwimmir5bn455g92rb40j3y9pyv0hlfsh";
};
webui = mkYarnPackage {