Skip to content

Commit

Permalink
traefik: 2.9.8 -> 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Mar 22, 2023
1 parent e6701db commit 47b0779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/traefik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "traefik";
version = "2.9.8";
version = "2.9.9";

# 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-3vrMh0zrJQhIG9VAlG/iHlOVlUFlE4qd0EkOB0ckAtY=";
sha256 = "sha256-p5leV7Eg+BysUw4AWfhPeccc6TPhRV48T9BiDORR7Co=";
stripRoot = false;
};

vendorSha256 = "sha256-NyI+3wYRZ3L98qwrkDfrbJK4S+Wdx/UJ8FlLAMhaL7A=";
vendorSha256 = "sha256-11OYVeEuo/Fl6qlRLITzi7qmM2M8puHk5Y0X0sgLius=";

subPackages = [ "cmd/traefik" ];

Expand Down

0 comments on commit 47b0779

Please sign in to comment.