1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

traefik: 3.0.4 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-07-16 04:23:37 +00:00
parent b64e7d2266
commit 20e9549d1d

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" ];