alist: add proxyVendor (#355614)

This commit is contained in:
Lin Jian
2024-11-13 16:20:38 +08:00
committed by GitHub

View File

@@ -33,7 +33,8 @@ buildGoModule rec {
hash = "sha256-jHbWhjvHfgtdocuuELbOwrMzL8tOQfBVdH9MxasEwGo=";
};
vendorHash = "sha256-qSbvb2/y5rdS/OCutNEcRDUQBCAgNudux8XDnY9TRSo=";
proxyVendor = true;
vendorHash = "sha256-Q5E86bNedXOqMKS3WrXicWg27vnjyGao0nE34Ws2l9E=";
buildInputs = [ fuse ];