traefik: 3.7.10 -> 3.7.12

(cherry picked from commit 6b4b0af80f)
This commit is contained in:
R. Ryantm
2026-08-28 06:51:52 +00:00
committed by github-actions[bot]
parent 6aefcda940
commit 166278dbfe

View File

@@ -8,16 +8,16 @@
buildGo126Module (finalAttrs: {
pname = "traefik";
version = "3.7.10";
version = "3.7.12";
# 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-Y7SQ4MOqsoNREZ7FXiMaOb9/gP+eTVImSiLcnJ4bRhA=";
hash = "sha256-DJ1ulAVXZbobJ2YxlhCb0Timtj0uBZmwgXU9VNvMKtA=";
stripRoot = false;
};
vendorHash = "sha256-qN+5DiiJpk6Eh/848PLUUtjrGp4QtiIuI4drPzdsriA=";
vendorHash = "sha256-bAFvEaB4OC+28d6XnchBBVy+hNy40u9Tdtb58Cckr2k=";
proxyVendor = true;