summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPhilipp Riegger <philipp@riegger.name>2020-06-19 13:37:56 +0200
committerAlyssa Ross <hi@alyssa.is>2020-06-19 15:22:02 +0000
commit674b9141818fdb4104938ddf6fc18a3fdb00af37 (patch)
treefad88eae291126078dc6122592c4e1c9854aaea4 /pkgs/servers
parentac8f8bd752378043e1dc702442011587cf6ab4f2 (diff)
downloadnixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.tar
nixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.tar.gz
nixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.tar.bz2
nixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.tar.lz
nixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.tar.xz
nixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.tar.zst
nixpkgs-674b9141818fdb4104938ddf6fc18a3fdb00af37.zip
prometheus: 2.18.1 -> 2.19.1
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/monitoring/prometheus/default.nix4
-rw-r--r--pkgs/servers/monitoring/prometheus/webui-package.json2
-rw-r--r--pkgs/servers/monitoring/prometheus/webui-yarndeps.nix8
3 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/servers/monitoring/prometheus/default.nix b/pkgs/servers/monitoring/prometheus/default.nix
index c0b161954b2..0a91677011a 100644
--- a/pkgs/servers/monitoring/prometheus/default.nix
+++ b/pkgs/servers/monitoring/prometheus/default.nix
@@ -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 {
diff --git a/pkgs/servers/monitoring/prometheus/webui-package.json b/pkgs/servers/monitoring/prometheus/webui-package.json
index 64ac8689bbd..09ebefa0110 100644
--- a/pkgs/servers/monitoring/prometheus/webui-package.json
+++ b/pkgs/servers/monitoring/prometheus/webui-package.json
@@ -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",
diff --git a/pkgs/servers/monitoring/prometheus/webui-yarndeps.nix b/pkgs/servers/monitoring/prometheus/webui-yarndeps.nix
index 5eed837c910..7e9843dc98b 100644
--- a/pkgs/servers/monitoring/prometheus/webui-yarndeps.nix
+++ b/pkgs/servers/monitoring/prometheus/webui-yarndeps.nix
@@ -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";
       };
     }
     {