Unverified Commit 6cfff3b1 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #201743 from NickCao/traefik

traefik: 2.9.4 -> 2.9.5
parents 162f0dba 79c81777
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "traefik";
  version = "2.9.4";
  version = "2.9.5";

  # Archive with static assets for webui
  src = fetchzip {
    url = "https://github.com/traefik/traefik/releases/download/v${version}/traefik-v${version}.src.tar.gz";
    sha256 = "sha256-tz4B9QgnExv8Je9o4T88WTFmOczQRrybBsdqKZ65f/g=";
    sha256 = "sha256-o8SFR6xPh6oc6vr9xhSyOnkJTxFv142BovmvAURY3SY=";
    stripRoot = false;
  };

  vendorSha256 = "sha256-olYsWMTaRwRnDPwy4ewKnks5d8p+vmPTQKaXZSlG8co=";
  vendorSha256 = "sha256-/+cyh0hFPc+Mu1tmlLDU/v0w6N1czqLVDBbEJT907wE=";

  subPackages = [ "cmd/traefik" ];