Unverified Commit 5bf91eec authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #225077 from NickCao/traefik

traefik: 2.9.9 -> 2.9.10
parents 3d1fa88a 63c7ecba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

buildGoModule rec {
  pname = "traefik";
  version = "2.9.9";
  version = "2.9.10";

  # 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-p5leV7Eg+BysUw4AWfhPeccc6TPhRV48T9BiDORR7Co=";
    sha256 = "sha256-Mrdlu2SdOiMTkBXeStZaex3bVyw7vfidgOeCmhfB5Tc=";
    stripRoot = false;
  };