traefik: 1.7.12 -> 1.7.14

This commit is contained in:
ngerstle 2019-08-18 21:24:39 +02:00
parent 44099371b2
commit 3fcddd7045

View file

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "traefik-${version}"; name = "traefik-${version}";
version = "1.7.12"; version = "1.7.14";
goPackagePath = "github.com/containous/traefik"; goPackagePath = "github.com/containous/traefik";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "containous"; owner = "containous";
repo = "traefik"; repo = "traefik";
rev = "v${version}"; rev = "v${version}";
sha256 = "1nrr0a0ibrd346i6jdxzvbgj5frcrwwm2rk3c6fpck42a6mw6plz"; sha256 = "1j3p09j8rpdkp8v4d4mz224ddakkvhzchvccm9qryrqc2fq4022v";
}; };
buildInputs = [ go-bindata bash ]; buildInputs = [ go-bindata bash ];