Unverified Commit b6702a7e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

traefik: 3.6.1 -> 3.6.2 (#464804)

parents fa7930e5 e5c581f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildGo124Module (finalAttrs: {
  pname = "traefik";
  version = "3.6.1";
  version = "3.6.2";

  # Archive with static assets for webui
  src = fetchzip {
    url = "https://github.com/traefik/traefik/releases/download/v${finalAttrs.version}/traefik-v${finalAttrs.version}.src.tar.gz";
    hash = "sha256-OUO+FSsFtblVQw1X4QJasOmTpDht3gpqQsguJAr6ZRc=";
    hash = "sha256-waFed0xsEJb3C9ywTIoKnqUcrIgBc8/zq8XwoDTIF88=";
    stripRoot = false;
  };