Skip to content

Commit

Permalink
traefik: 1.17.21 -> 1.17.26
Browse files Browse the repository at this point in the history
Fixes CVE-202-15129 (#96836)
  • Loading branch information
amaxine committed Sep 9, 2020
1 parent 8658d6c commit 2227ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/traefik/default.nix
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
pname = "traefik";
version = "1.7.21";
version = "1.7.26";

goPackagePath = "github.com/containous/traefik";

src = fetchFromGitHub {
owner = "containous";
repo = "traefik";
rev = "v${version}";
sha256 = "1xfqz73ip5xmrmg6grmczkxq8wq0sr4r2pfya45zb58g3sa15r25";
sha256 = "0p09l2jh03hxhygk7n99aw7jj1kpyrd6zfdhyzcmsmd6mxq0ql8f";
};

buildInputs = [ go-bindata bash ];
Expand Down

0 comments on commit 2227ca3

Please sign in to comment.