about summary refs log tree commit diff
path: root/pkgs/servers/traefik
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-09-14 14:12:38 +0800
committerNick Cao <nickcao@nichi.co>2022-09-14 14:19:37 +0800
commite531229c4f42305c230fd911f4d49c00a8e72a0b (patch)
treef85cc846ce813821c406c8e8330cfaeb9ac0e964 /pkgs/servers/traefik
parent3ff5deafc470403d5cb7ec8edbc7b21b719d2894 (diff)
traefik: 2.8.4 -> 2.8.5
Diffstat (limited to 'pkgs/servers/traefik')
-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 f6c4cdaba0460..9938a490ff5c3 100644
--- a/pkgs/servers/traefik/default.nix
+++ b/pkgs/servers/traefik/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "traefik";
-  version = "2.8.4";
+  version = "2.8.5";
 
   # 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-TzNjz1usnQ0CMu47i9pnCRR6N/d3ig2E0wVH3E8xJp0=";
+    sha256 = "sha256-qRnt2ZyGMwnbilaau66/SEJOSWkKyZf1L7CLWVHme5k=";
     stripRoot = false;
   };
 
-  vendorSha256 = "sha256-+jqMokDuvw5LTqBxJ/2VyoT3wkdBHewTrYsK/5Uv6js=";
+  vendorSha256 = "sha256-6gUnM+axlkzBwVx0OePTybPP1Fk+oqsFRED4+K9Weu4=";
 
   subPackages = [ "cmd/traefik" ];