traefik: 1.5.2 -> 1.6.2 (#41208)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-05-31 21:57:29 +02:00 committed by xeji
parent 05eb57b35d
commit 9d456bf0c1

View file

@ -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 ];
};
}