Nick Cao
2023-04-26 23:03:02 +02:00
committed by GitHub
parent 6177177e4b
commit 0d3808978a
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "traefik";
version = "2.9.10";
version = "2.10.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";
sha256 = "sha256-Mrdlu2SdOiMTkBXeStZaex3bVyw7vfidgOeCmhfB5Tc=";
sha256 = "sha256-KeV7JOIbQoCwmulMzKpse7GA+/p5uPRR8UpMYizuGYU=";
stripRoot = false;
};
vendorSha256 = "sha256-11OYVeEuo/Fl6qlRLITzi7qmM2M8puHk5Y0X0sgLius=";
vendorSha256 = "sha256-o+xri6vyUbInwmk+hhi6YDRo8ICASMj+ah3nBqQWnO8=";
subPackages = [ "cmd/traefik" ];