File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- { lib , fetchzip , buildGoModule , nixosTests } :
1+ { lib , fetchzip , buildGo123Module , nixosTests } :
22
3- buildGoModule rec {
3+ buildGo123Module rec {
44 pname = "traefik" ;
5- version = "3.1.2 " ;
5+ version = "3.1.4 " ;
66
77 # Archive with static assets for webui
88 src = fetchzip {
99 url = "https://github.com/traefik/traefik/releases/download/v${ version } /traefik-v${ version } .src.tar.gz" ;
10- hash = "sha256-PHS4x9RDoc2zDPS1SaYYEeZVa4SyQpvqzPT/SDo1ygg =" ;
10+ hash = "sha256-e77PCMeN6Ck6hQ3Rx7MU4EL+f/1kpA2E+gVcISoUnf4 =" ;
1111 stripRoot = false ;
1212 } ;
1313
14- vendorHash = "sha256-xQPDlwu/mRdyvZW0qSCA9eko9pOQAMwh2vVJWzMnyfs =" ;
14+ vendorHash = "sha256-iYwA/y9AuHomyEckOyl4845lkQkeBAFDsGiZWESylqs =" ;
1515
1616 subPackages = [ "cmd/traefik" ] ;
1717
You can’t perform that action at this time.
0 commit comments