forked from mirrors/nixpkgs
prometheus: 2.18.1 -> 2.19.1
This commit is contained in:
parent
ac8f8bd752
commit
674b914181
|
@ -1,13 +1,13 @@
|
|||
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
|
||||
|
||||
let
|
||||
version = "2.18.1";
|
||||
version = "2.19.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "prometheus";
|
||||
repo = "prometheus";
|
||||
sha256 = "0ixgjp3j9dkdb0vv5n83h8w48xgi70m83im660z97y7mflr5s2cf";
|
||||
sha256 = "1isv66dnn61mm76r577qqafsn6w5msb0a6i9dykg4z7crcpsnq70";
|
||||
};
|
||||
|
||||
webui = mkYarnPackage {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"fuzzy": "^0.1.3",
|
||||
"i": "^0.3.6",
|
||||
"jest-fetch-mock": "^2.1.2",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^3.5",
|
||||
"jquery.flot.tooltip": "^0.9.0",
|
||||
"jsdom": "^15.2.0",
|
||||
"moment": "^2.24.0",
|
||||
|
|
|
@ -6634,11 +6634,11 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
name = "jquery___jquery_3.4.1.tgz";
|
||||
name = "jquery___jquery_3.5.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "jquery___jquery_3.4.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz";
|
||||
sha1 = "714f1f8d9dde4bdfa55764ba37ef214630d80ef2";
|
||||
name = "jquery___jquery_3.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz";
|
||||
sha1 = "d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue