traefik: 1.7.1 -> 1.7.4

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-11-26 18:27:58 +01:00
parent 128a446c59
commit 4619c0050c
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "traefik-${version}";
version = "1.7.1";
version = "1.7.4";
goPackagePath = "github.com/containous/traefik";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "containous";
repo = "traefik";
rev = "v${version}";
sha256 = "13vvwb1mrnxn4y1ga37pc5c46qdj5jkrcnyn2w9rb59madgq4c77";
sha256 = "0y2ac8z09s76qf13m7dgzmhqa5868q7g9r2gxxbq3lhhzwik31vp";
};
buildInputs = [ go-bindata bash ];