summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-02-09 14:37:09 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-09 14:25:30 +0000
commita862a6ca532fad476b268e39ec8756c1eb6a7f00 (patch)
tree93826f09eeb5fe4b9272c0c025e0ece87aa1d104
parentFalkon: 3.1.0 -> 3.2.0 (diff)
downloadnixpkgs-origin/backport-158783-to-release-21.11.tar.gz
https://grafana.com/blog/2022/02/08/grafana-7.5.15-and-8.3.5-released-with-moderate-severity-security-fixes Fixes CVE-2022-21702, CVE-2022-21703, CVE-2022-21713. (cherry picked from commit 94c73cb74fa6e873a0861a23b44f61a8f5fad760)
-rw-r--r--pkgs/servers/monitoring/grafana/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/monitoring/grafana/default.nix b/pkgs/servers/monitoring/grafana/default.nix
index bb6c0b7f3846..edf9dd078492 100644
--- a/pkgs/servers/monitoring/grafana/default.nix
+++ b/pkgs/servers/monitoring/grafana/default.nix
@@ -2,7 +2,7 @@
buildGo117Module rec {
pname = "grafana";
- version = "8.3.4";
+ version = "8.3.5";
excludedPackages = "\\(alert_webhook_listener\\|clean-swagger\\|release_publisher\\|slow_proxy\\|slow_proxy_mac\\|macaron\\)";
@@ -10,15 +10,15 @@ buildGo117Module rec {
rev = "v${version}";
owner = "grafana";
repo = "grafana";
- sha256 = "sha256-Ikvl8jsStMGDIc0y4cKWwyXJHTu4V4nCKiLUyERjRsw=";
+ sha256 = "sha256-frkrYDiPxP3zDpZyYp/9MbNthaJlBF4Z+DdBs2G4jE8=";
};
srcStatic = fetchurl {
url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz";
- sha256 = "sha256-UI+NouSRwQVmAgx19OHhWcoDLj9KD05xh57/1gLvWmA=";
+ sha256 = "sha256-1gk9MK110K5bV3hIPAE2dSS8wgH12dxvmNu3Ku/42e0=";
};
- vendorSha256 = "sha256-gaY6liueEmngxjPSegmycrLpfsB0p1YWWrNGbzpHHOc=";
+ vendorSha256 = "sha256-Wg4VELJyrR/VbaFNamoziRU66GTVJxBUZ1vluKjn0O8=";
nativeBuildInputs = [ wire ];