lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

traefik: 3.5.2 -> 3.5.3 (#446678)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
7257e094 a2be01a5

+2 -2
+2 -2
pkgs/by-name/tr/traefik/package.nix
··· 8 8 9 9 buildGo124Module (finalAttrs: { 10 10 pname = "traefik"; 11 - version = "3.5.2"; 11 + version = "3.5.3"; 12 12 13 13 # Archive with static assets for webui 14 14 src = fetchzip { 15 15 url = "https://github.com/traefik/traefik/releases/download/v${finalAttrs.version}/traefik-v${finalAttrs.version}.src.tar.gz"; 16 - hash = "sha256-ccayxpXbMBSaSHM1E5Q3UmiNjNJen+0xQVNmth1sMSs="; 16 + hash = "sha256-vKpOlB29OJHppQOspIICYgeAtemBGb419TIXIW9zrhU="; 17 17 stripRoot = false; 18 18 }; 19 19