Unverified Commit be6f6547 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

traefik: 3.6.7 -> 3.6.8 (#491315)

parents 55b90838 48144375
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  lib,
  fetchzip,
  buildGo124Module,
  buildGo125Module,
  nixosTests,
  nix-update-script,
}:

buildGo124Module (finalAttrs: {
buildGo125Module (finalAttrs: {
  pname = "traefik";
  version = "3.6.7";
  version = "3.6.8";

  # 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-tfCVNfY2qqhTBv6nhHqcoZ5GP7xoCBJNBkEfoMFH5vI=";
    hash = "sha256-tZSU4DER94BTPrn1wxfew/xoADtvtRAu3O1O7dR3s+c=";
    stripRoot = false;
  };

  vendorHash = "sha256-B6H188VR9A4SSyMDh95Z3KqhtyWTo81f0ORxdXeCZu0=";
  vendorHash = "sha256-ZvAVsyET2g9Y+N7pPn+JG8th2I385wgp5hTgEG9d26o=";

  proxyVendor = true;