Merge pull request #54808 from vdemeester/update-traefik
traefik: 1.7.4 -> 1.7.8
This commit is contained in:
commit
cd37219ed9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "traefik-${version}";
|
name = "traefik-${version}";
|
||||||
version = "1.7.4";
|
version = "1.7.8";
|
||||||
|
|
||||||
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 = "0y2ac8z09s76qf13m7dgzmhqa5868q7g9r2gxxbq3lhhzwik31vp";
|
sha256 = "19x2shx5a6ccnc1r0jl51b9qrypzl38npdcy07352lm6jdffi8i4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ go-bindata bash ];
|
buildInputs = [ go-bindata bash ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user