about summary refs log tree commit diff
path: root/pkgs/servers/traefik
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-29 19:17:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-29 19:17:56 +0000
commit44ad901f0c6dacbd89649df2bcbe51c7b8384f33 (patch)
tree36cf9f6b43b8264c1a80c30a634d8edf7b08e74e /pkgs/servers/traefik
parentc67a44307a994ce6b8a91567c409765861b06134 (diff)
traefik: 2.10.5 -> 2.10.6
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 7abbdc5c84037..99a2e56ee7434 100644
--- a/pkgs/servers/traefik/default.nix
+++ b/pkgs/servers/traefik/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "traefik";
-  version = "2.10.5";
+  version = "2.10.6";
 
   # Archive with static assets for webui
   src = fetchzip {
     url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz";
-    hash = "sha256-b6CqpVDgyZvgBInlgni1+zukZ7DMzFUV3JdXmh+A+18=";
+    hash = "sha256-9pv4x11GVkdNjs1IFESeB7k3qJisXcoK+QLp8LpbhDw=";
     stripRoot = false;
   };
 
-  vendorHash = "sha256-bQy003IqezNSZU4K9qvApvYW+W4g6RkIqr4okkN/0gI=";
+  vendorHash = "sha256-3SyD1mC+tc8cf5MGcw891W5VbX+b7d0cIJQfwNq2NU8=";
 
   subPackages = [ "cmd/traefik" ];