diff --git a/pkgs/servers/traefik/default.nix b/pkgs/servers/traefik/default.nix index d38405688fc5..1ed50a65e91a 100644 --- a/pkgs/servers/traefik/default.nix +++ b/pkgs/servers/traefik/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { name = "traefik-${version}"; - version = "1.5.2"; + version = "1.6.2"; goPackagePath = "github.com/containous/traefik"; @@ -10,7 +10,7 @@ buildGoPackage rec { owner = "containous"; repo = "traefik"; rev = "v${version}"; - sha256 = "0cv05nm7jj1g2630l5zmzpmsrjx712ba3l7klh8nqs02mzykzsha"; + sha256 = "1gklji9zwdprvv7fvy7rhgazfslwsyjq97w193v9dpsriz1rk5qa"; }; buildInputs = [ go-bindata bash ]; @@ -34,6 +34,6 @@ buildGoPackage rec { homepage = https://traefik.io; description = "A modern reverse proxy"; license = licenses.mit; - maintainers = with maintainers; [ hamhut1066 ]; + maintainers = with maintainers; [ hamhut1066 vdemeester ]; }; }