Skip to content

Commit

Permalink
traefik: 2.4.2 -> 2.4.3 (#113622)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Feb 18, 2021
1 parent 2f5e450 commit bbe2fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/traefik/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "traefik";
version = "2.4.2";
version = "2.4.3";

src = fetchzip {
url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz";
sha256 = "sha256-W6NtlIxeRg432RTiaJHu25Izv1VWNqYetzilCr2gPjU=";
sha256 = "sha256-lCUwzd+ECi2g5jv6ksxrlDdx7cjLgBnaBdYbgzADkcg=";
stripRoot = false;
};

vendorSha256 = "sha256-kwA0MtmlUEO1eQFr4NpdsMikEFQc3N3Meolw/xw9dgM=";
vendorSha256 = "sha256-kCRXDEuaxFVZuP7PkmZIiXjhMUWjMYbOOtWl4V81DeI=";

doCheck = false;

Expand Down

0 comments on commit bbe2fbe

Please sign in to comment.