Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

traefik: 1.7.4 -> 1.7.8

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

+2 -2
+2 -2
pkgs/servers/traefik/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "traefik-${version}"; 5 - version = "1.7.4"; 5 + version = "1.7.8"; 6 6 7 7 goPackagePath = "github.com/containous/traefik"; 8 8 ··· 10 10 owner = "containous"; 11 11 repo = "traefik"; 12 12 rev = "v${version}"; 13 - sha256 = "0y2ac8z09s76qf13m7dgzmhqa5868q7g9r2gxxbq3lhhzwik31vp"; 13 + sha256 = "19x2shx5a6ccnc1r0jl51b9qrypzl38npdcy07352lm6jdffi8i4"; 14 14 }; 15 15 16 16 buildInputs = [ go-bindata bash ];