summary refs log tree commit diff
path: root/pkgs/servers/traefik
diff options
context:
space:
mode:
authorVincent Demeester <vincent.demeester@docker.com>2018-05-31 21:57:29 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-31 21:57:29 +0200
commit9d456bf0c136234e4e9150f92c956727668bb405 (patch)
tree2896066acb909e07579cbc89879c5c964ef51052 /pkgs/servers/traefik
parent05eb57b35d2859dd3981ab20c7e2a2ccfc530b75 (diff)
downloadnixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.tar
nixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.tar.gz
nixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.tar.bz2
nixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.tar.lz
nixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.tar.xz
nixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.tar.zst
nixpkgs-9d456bf0c136234e4e9150f92c956727668bb405.zip
traefik: 1.5.2 -> 1.6.2 (#41208)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'pkgs/servers/traefik')
-rw-r--r--pkgs/servers/traefik/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/traefik/default.nix b/pkgs/servers/traefik/default.nix
index d38405688fc..1ed50a65e91 100644
--- a/pkgs/servers/traefik/default.nix
+++ b/pkgs/servers/traefik/default.nix
@@ -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 ];
   };
 }