3
0
Fork 0
forked from mirrors/nixpkgs

prometheus: 2.18.1 -> 2.19.1

This commit is contained in:
Philipp Riegger 2020-06-19 13:37:56 +02:00 committed by Alyssa Ross
parent ac8f8bd752
commit 674b914181
3 changed files with 7 additions and 7 deletions

View file

@ -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 {

View file

@ -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",

View file

@ -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";
};
}
{