lol

traefik: 3.2.1 -> 3.2.2 (#365216)

authored by

Pol Dellaiera and committed by
GitHub
7223745e 807e5bcb

+3 -3
+3 -3
pkgs/by-name/tr/traefik/package.nix
··· 7 7 8 8 buildGo123Module rec { 9 9 pname = "traefik"; 10 - version = "3.2.1"; 10 + version = "3.2.2"; 11 11 12 12 # Archive with static assets for webui 13 13 src = fetchzip { 14 14 url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz"; 15 - hash = "sha256-MOYSq7LjAPnyjYALzeMdunTQtQykOOP1ILvpYOgFsYA="; 15 + hash = "sha256-DTgpoJvk/rxzMAIBgKJPT70WW8W/aBhOEoyw3cK+JrM="; 16 16 stripRoot = false; 17 17 }; 18 18 19 - vendorHash = "sha256-NQB8vPcnLKvZhf/n/y+L/fFhhOB1EdViCI8j1XUdHtw="; 19 + vendorHash = "sha256-+sL0GJhWMlFdNEsRdgRJ42aGedOfn76gg70wH6/a+qQ="; 20 20 21 21 subPackages = [ "cmd/traefik" ]; 22 22