mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
traefik: 1.5.2 -> 1.6.2 (#41208)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
05eb57b35d
commit
9d456bf0c1
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "traefik-${version}";
|
||||
version = "1.5.2";
|
||||
version = "1.6.2";
|
||||
|
||||
goPackagePath = "github.com/containous/traefik";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "containous";
|
||||
repo = "traefik";
|
||||
rev = "v${version}";
|
||||
sha256 = "0cv05nm7jj1g2630l5zmzpmsrjx712ba3l7klh8nqs02mzykzsha";
|
||||
sha256 = "1gklji9zwdprvv7fvy7rhgazfslwsyjq97w193v9dpsriz1rk5qa";
|
||||
};
|
||||
|
||||
buildInputs = [ go-bindata bash ];
|
||||
|
@ -34,6 +34,6 @@ buildGoPackage rec {
|
|||
homepage = https://traefik.io;
|
||||
description = "A modern reverse proxy";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hamhut1066 ];
|
||||
maintainers = with maintainers; [ hamhut1066 vdemeester ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue