Merge pull request #225077 from NickCao/traefik

traefik: 2.9.9 -> 2.9.10

authored by

Mario Rodas and committed by
GitHub
5bf91eec 3d1fa88a

+2 -2
+2 -2
pkgs/servers/traefik/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "traefik"; 5 - version = "2.9.9"; 5 + version = "2.9.10"; 6 6 7 7 # Archive with static assets for webui 8 8 src = fetchzip { 9 9 url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz"; 10 - sha256 = "sha256-p5leV7Eg+BysUw4AWfhPeccc6TPhRV48T9BiDORR7Co="; 10 + sha256 = "sha256-Mrdlu2SdOiMTkBXeStZaex3bVyw7vfidgOeCmhfB5Tc="; 11 11 stripRoot = false; 12 12 }; 13 13