1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

alist: add proxyVendor

Co-authored-by: jian-lin <me@linj.tech>
This commit is contained in:
Moraxyc 2024-11-13 16:02:49 +08:00
parent 8af4bbfdf1
commit 05169e07a6
No known key found for this signature in database

View file

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