Merge pull request #276479 from r-ryantm/auto-update/traefik

traefik: 2.10.6 -> 2.10.7
This commit is contained in:
Nick Cao 2023-12-24 11:10:47 -05:00 committed by GitHub
commit a66444fec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "traefik";
version = "2.10.6";
version = "2.10.7";
# 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-9pv4x11GVkdNjs1IFESeB7k3qJisXcoK+QLp8LpbhDw=";
hash = "sha256-I+jmMtqWadWfT7nk2D9im6C2BGpPLts/7cdJ3NHsIks=";
stripRoot = false;
};