traefik: 3.3.2 -> 3.3.3

https://github.com/traefik/traefik/releases/tag/v3.3.3
This commit is contained in:
Davis Schirmer
2025-02-04 03:15:04 -05:00
parent f85ec25c42
commit e5e4bdce66
+2 -2
View File
@@ -7,12 +7,12 @@
buildGo123Module rec {
pname = "traefik";
version = "3.3.2";
version = "3.3.3";
# 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-7qS+rOBYDyYI8t0rVNmM0sJjGSdtIVelaIJuW1jaL+g=";
hash = "sha256-R9fiCLqzrd9SS6LoQt3jOoEchRnPuhmJqIob8JhzqEU=";
stripRoot = false;
};