mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
traefik: 1.7.8 -> 1.7.9
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
756e7cd84e
commit
9eab0cd519
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "traefik-${version}";
|
||||
version = "1.7.8";
|
||||
version = "1.7.9";
|
||||
|
||||
goPackagePath = "github.com/containous/traefik";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "containous";
|
||||
repo = "traefik";
|
||||
rev = "v${version}";
|
||||
sha256 = "19x2shx5a6ccnc1r0jl51b9qrypzl38npdcy07352lm6jdffi8i4";
|
||||
sha256 = "0lncygkqws5jvbhpx2qlr18y8b325y9a6690ll9azlphxydrv44m";
|
||||
};
|
||||
|
||||
buildInputs = [ go-bindata bash ];
|
||||
|
|
Loading…
Reference in a new issue