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:
parent
8af4bbfdf1
commit
05169e07a6
|
@ -33,7 +33,8 @@ buildGoModule rec {
|
|||
hash = "sha256-jHbWhjvHfgtdocuuELbOwrMzL8tOQfBVdH9MxasEwGo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-qSbvb2/y5rdS/OCutNEcRDUQBCAgNudux8XDnY9TRSo=";
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-Q5E86bNedXOqMKS3WrXicWg27vnjyGao0nE34Ws2l9E=";
|
||||
|
||||
buildInputs = [ fuse ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue