summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-30 23:36:04 -0300
committerGitHub <noreply@github.com>2022-09-30 23:36:04 -0300
commit218e2d183b700240314736c47150cbef7701e386 (patch)
tree9e80e13e3504b238d76849211b5475822ec226f1
parent19b83183b9d6ea848bd161d8a74d90c31d9a7284 (diff)
parent92a34ce8bbd7efe16d6fbadb671fefbdaec8879e (diff)
Merge pull request #192838 from r-ryantm/auto-update/traefik
traefik: 2.8.5 -> 2.8.8
-rw-r--r--pkgs/servers/traefik/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/traefik/default.nix b/pkgs/servers/traefik/default.nix
index 9938a490ff5c..ed6afbc1145e 100644
--- a/pkgs/servers/traefik/default.nix
+++ b/pkgs/servers/traefik/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "traefik";
- version = "2.8.5";
+ version = "2.8.8";
# Archive with static assets for webui
src = fetchzip {
url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz";
- sha256 = "sha256-qRnt2ZyGMwnbilaau66/SEJOSWkKyZf1L7CLWVHme5k=";
+ sha256 = "sha256-DfCHoo6CmEzemzOQrjKj0+p1jogMUkT6wFIOXJssn1s=";
stripRoot = false;
};
- vendorSha256 = "sha256-6gUnM+axlkzBwVx0OePTybPP1Fk+oqsFRED4+K9Weu4=";
+ vendorSha256 = "sha256-kKm8yvw5KVwXm2xz/8RxXAI+y1jD9IukSZWiRYG/pHA=";
subPackages = [ "cmd/traefik" ];