mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
traefik: 1.7.4 -> 1.7.8
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
63aa9a887f
commit
3597d3ee61
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "traefik-${version}";
|
||||
version = "1.7.4";
|
||||
version = "1.7.8";
|
||||
|
||||
goPackagePath = "github.com/containous/traefik";
|
||||
|
||||
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
owner = "containous";
|
||||
repo = "traefik";
|
||||
rev = "v${version}";
|
||||
sha256 = "0y2ac8z09s76qf13m7dgzmhqa5868q7g9r2gxxbq3lhhzwik31vp";
|
||||
sha256 = "19x2shx5a6ccnc1r0jl51b9qrypzl38npdcy07352lm6jdffi8i4";
|
||||
};
|
||||
|
||||
buildInputs = [ go-bindata bash ];
|
||||
|
Loading…
Reference in New Issue
Block a user