mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
committed by
github-actions[bot]
parent
6aefcda940
commit
166278dbfe
@@ -8,16 +8,16 @@
|
||||
|
||||
buildGo126Module (finalAttrs: {
|
||||
pname = "traefik";
|
||||
version = "3.7.10";
|
||||
version = "3.7.12";
|
||||
|
||||
# Archive with static assets for webui
|
||||
src = fetchzip {
|
||||
url = "https://github.com/traefik/traefik/releases/download/v${finalAttrs.version}/traefik-v${finalAttrs.version}.src.tar.gz";
|
||||
hash = "sha256-Y7SQ4MOqsoNREZ7FXiMaOb9/gP+eTVImSiLcnJ4bRhA=";
|
||||
hash = "sha256-DJ1ulAVXZbobJ2YxlhCb0Timtj0uBZmwgXU9VNvMKtA=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
vendorHash = "sha256-qN+5DiiJpk6Eh/848PLUUtjrGp4QtiIuI4drPzdsriA=";
|
||||
vendorHash = "sha256-bAFvEaB4OC+28d6XnchBBVy+hNy40u9Tdtb58Cckr2k=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user