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

traefik: 3.0.4 -> 3.1.0
This commit is contained in:
Pol Dellaiera 2024-07-17 20:25:14 +02:00 committed by GitHub
commit e22bde60c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "traefik";
version = "3.0.4";
version = "3.1.0";
# 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-9dxg9UL6wkoIs2ql+pLHzd2z+w83vzXYN6zRRLtIegQ=";
hash = "sha256-DSGWpTshVj8GkDQBK+XasgcNhdvIzwhjefVCQfbxAf0=";
stripRoot = false;
};
vendorHash = "sha256-4zI4OL4UlaaefxRPQoUtjyn9M8yfuYOBOyYh6vTnMJg=";
vendorHash = "sha256-L2vjfrtx2lJjfJZlH5c1l4Aefa+iryAYay3aC5/pHas=";
subPackages = [ "cmd/traefik" ];