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:
commit
29ec997c8f
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue