mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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 }:
|
||||
|
||||
let
|
||||
version = "2.16.0";
|
||||
version = "2.17.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "prometheus";
|
||||
repo = "prometheus";
|
||||
sha256 = "1bfcl3bvjb991ic8jw6y6i9pn7y03v8gwzzc78j1k5lhpqzbxkzd";
|
||||
sha256 = "0ai9l7gx25x5m07617c0cjzwxknywwq822fn2q5b850hvs48whyv";
|
||||
};
|
||||
|
||||
webui = mkYarnPackage {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
"@types/react-resize-detector": "^4.0.2",
|
||||
"@types/sanitize-html": "^1.20.2",
|
||||
"bootstrap": "^4.2.1",
|
||||
"css.escape": "^1.5.1",
|
||||
"downshift": "^3.2.2",
|
||||
"enzyme-to-json": "^3.4.3",
|
||||
"fuzzy": "^0.1.3",
|
||||
|
@ -33,7 +34,7 @@
|
|||
"react-copy-to-clipboard": "^5.0.1",
|
||||
"react-dom": "^16.7.0",
|
||||
"react-resize-detector": "^4.2.1",
|
||||
"react-scripts": "^3.2.0",
|
||||
"react-scripts": "^3.4.0",
|
||||
"react-test-renderer": "^16.9.0",
|
||||
"reactstrap": "^8.0.1",
|
||||
"sanitize-html": "^1.20.1",
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue