traefik: 3.3.2 -> 3.3.3 (#379294)

This commit is contained in:
Sefa Eyeoglu
2025-02-04 11:10:26 +01:00
committed by GitHub
+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;
};