Merge pull request #83371 from Frostman/prom-2.17.0
prometheus: 2.16.0 -> 2.17.1
This commit is contained in:
commit
820cc39ad4
|
@ -1,13 +1,13 @@
|
||||||
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
|
{ lib, go, buildGoPackage, fetchFromGitHub, mkYarnPackage }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.16.0";
|
version = "2.17.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "prometheus";
|
repo = "prometheus";
|
||||||
sha256 = "1bfcl3bvjb991ic8jw6y6i9pn7y03v8gwzzc78j1k5lhpqzbxkzd";
|
sha256 = "0ai9l7gx25x5m07617c0cjzwxknywwq822fn2q5b850hvs48whyv";
|
||||||
};
|
};
|
||||||
|
|
||||||
webui = mkYarnPackage {
|
webui = mkYarnPackage {
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
"@types/react-resize-detector": "^4.0.2",
|
"@types/react-resize-detector": "^4.0.2",
|
||||||
"@types/sanitize-html": "^1.20.2",
|
"@types/sanitize-html": "^1.20.2",
|
||||||
"bootstrap": "^4.2.1",
|
"bootstrap": "^4.2.1",
|
||||||
|
"css.escape": "^1.5.1",
|
||||||
"downshift": "^3.2.2",
|
"downshift": "^3.2.2",
|
||||||
"enzyme-to-json": "^3.4.3",
|
"enzyme-to-json": "^3.4.3",
|
||||||
"fuzzy": "^0.1.3",
|
"fuzzy": "^0.1.3",
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
"react-copy-to-clipboard": "^5.0.1",
|
"react-copy-to-clipboard": "^5.0.1",
|
||||||
"react-dom": "^16.7.0",
|
"react-dom": "^16.7.0",
|
||||||
"react-resize-detector": "^4.2.1",
|
"react-resize-detector": "^4.2.1",
|
||||||
"react-scripts": "^3.2.0",
|
"react-scripts": "^3.4.0",
|
||||||
"react-test-renderer": "^16.9.0",
|
"react-test-renderer": "^16.9.0",
|
||||||
"reactstrap": "^8.0.1",
|
"reactstrap": "^8.0.1",
|
||||||
"sanitize-html": "^1.20.1",
|
"sanitize-html": "^1.20.1",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue