traefik: 2.9.9 -> 2.9.10
Diff: https://github.com/traefik/traefik/compare/v2.9.9...v2.9.10 Changelog: https://github.com/traefik/traefik/raw/v2.9.10/CHANGELOG.md
This commit is contained in:
parent
a3ca379807
commit
63c7ecbafb
@ -2,12 +2,12 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "traefik";
|
||||
version = "2.9.9";
|
||||
version = "2.9.10";
|
||||
|
||||
# Archive with static assets for webui
|
||||
src = fetchzip {
|
||||
url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz";
|
||||
sha256 = "sha256-p5leV7Eg+BysUw4AWfhPeccc6TPhRV48T9BiDORR7Co=";
|
||||
sha256 = "sha256-Mrdlu2SdOiMTkBXeStZaex3bVyw7vfidgOeCmhfB5Tc=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user