pacproxy: 2.0.5 -> 2.0.6 (#501396)

This commit is contained in:
Nick Cao
2026-03-19 20:39:20 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "pacproxy";
version = "2.0.5";
version = "2.0.6";
src = fetchFromGitHub {
owner = "williambailey";
repo = "pacproxy";
rev = "v${finalAttrs.version}";
hash = "sha256-oDSptPihrDIiTCgcP4t2J3vJBNGMViyPAAmBv4ynLNU=";
hash = "sha256-GgNNWHiIWArNH6+OWOEM5U/HRgnX11qoGVNjZIt4j38=";
};
vendorHash = "sha256-0Go+xwzaT1qt+cJfcPkC8ft3eB/OZCvOi2Pnn/A/rtQ=";
vendorHash = "sha256-I3wI7Z/Gcp7fdOYXkl98EBMwQEEdlHyrq2I1E3KMVME=";
meta = {
description = "No-frills local HTTP proxy server powered by a proxy auto-config (PAC) file";