traefik: 3.5.2 -> 3.5.3

This commit is contained in:
R. Ryantm
2025-09-27 15:08:22 +00:00
parent 8e2f87ab6d
commit 59c6f92762
+2 -2
View File
@@ -8,12 +8,12 @@
buildGo124Module (finalAttrs: {
pname = "traefik";
version = "3.5.2";
version = "3.5.3";
# Archive with static assets for webui
src = fetchzip {
url = "https://github.com/traefik/traefik/releases/download/v${finalAttrs.version}/traefik-v${finalAttrs.version}.src.tar.gz";
hash = "sha256-ccayxpXbMBSaSHM1E5Q3UmiNjNJen+0xQVNmth1sMSs=";
hash = "sha256-vKpOlB29OJHppQOspIICYgeAtemBGb419TIXIW9zrhU=";
stripRoot = false;
};