3
0
Fork 0
forked from mirrors/nixpkgs

traefik: 2.10.5 -> 2.10.6

This commit is contained in:
R. Ryantm 2023-11-29 19:17:56 +00:00
parent c67a44307a
commit 44ad901f0c

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "traefik";
version = "2.10.5";
version = "2.10.6";
# 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-b6CqpVDgyZvgBInlgni1+zukZ7DMzFUV3JdXmh+A+18=";
hash = "sha256-9pv4x11GVkdNjs1IFESeB7k3qJisXcoK+QLp8LpbhDw=";
stripRoot = false;
};
vendorHash = "sha256-bQy003IqezNSZU4K9qvApvYW+W4g6RkIqr4okkN/0gI=";
vendorHash = "sha256-3SyD1mC+tc8cf5MGcw891W5VbX+b7d0cIJQfwNq2NU8=";
subPackages = [ "cmd/traefik" ];