Skip to content

Commit 78dc108

Browse files
committed
traefik: 3.1.2 -> 3.1.4
This fixes CVE-2024-45410[0] (GHSA-62c8-mh53-4cqv[1]). [0]: https://nvd.nist.gov/vuln/detail/CVE-2024-45410 [1]: GHSA-62c8-mh53-4cqv Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 32f0bfd commit 78dc108

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/servers/traefik/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

0 commit comments

Comments
 (0)