Merge pull request #66844 from ngerstle/update-traefik

traefik: 1.7.12 -> 1.7.14
This commit is contained in:
markuskowa 2019-08-19 10:28:07 +02:00 committed by GitHub
commit e6238c8fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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