about summary refs log tree commit diff
path: root/pkgs/servers/traefik
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-04-27 05:03:02 +0800
committerGitHub <noreply@github.com>2023-04-26 23:03:02 +0200
commit0d3808978a1d57bdc851be5103bee8a00590a24e (patch)
tree5320f0be5e1f9e660fa244cc5ad2252a7ec81477 /pkgs/servers/traefik
parent6177177e4b3f6600bfc30f5007e0519f540c3d0b (diff)
traefik: 2.9.10 -> 2.10.0 (#228059)
Diff: https://github.com/traefik/traefik/compare/v2.9.10...v2.10.0

Changelog: https://github.com/traefik/traefik/raw/v2.10.0/CHANGELOG.md
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 1f8bded409f5f..852260fb40969 100644
--- a/pkgs/servers/traefik/default.nix
+++ b/pkgs/servers/traefik/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "traefik";
-  version = "2.9.10";
+  version = "2.10.0";
 
   # 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-Mrdlu2SdOiMTkBXeStZaex3bVyw7vfidgOeCmhfB5Tc=";
+    sha256 = "sha256-KeV7JOIbQoCwmulMzKpse7GA+/p5uPRR8UpMYizuGYU=";
     stripRoot = false;
   };
 
-  vendorSha256 = "sha256-11OYVeEuo/Fl6qlRLITzi7qmM2M8puHk5Y0X0sgLius=";
+  vendorSha256 = "sha256-o+xri6vyUbInwmk+hhi6YDRo8ICASMj+ah3nBqQWnO8=";
 
   subPackages = [ "cmd/traefik" ];