Skip to content

Commit

Permalink
traefik: 3.1.1 -> 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Scrumplex committed Sep 24, 2024
1 parent 498d121 commit ef0d329
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 = "3.1.1";
version = "3.1.2";

# 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-+OLjR46I2cPVdtrFYQsWNGhibYhc+T6PiR9NAoq2/1Y=";
hash = "sha256-PHS4x9RDoc2zDPS1SaYYEeZVa4SyQpvqzPT/SDo1ygg=";
stripRoot = false;
};

vendorHash = "sha256-XmRIrPHI0YOUqUP/dynlM4OlaOL0kuoKoX3SWAo3L64=";
vendorHash = "sha256-xQPDlwu/mRdyvZW0qSCA9eko9pOQAMwh2vVJWzMnyfs=";

subPackages = [ "cmd/traefik" ];

Expand Down

0 comments on commit ef0d329

Please sign in to comment.