Unverified Commit 263a5d90 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

alist: add proxyVendor (#355614)

parents 95cf00df 05169e07
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@ buildGoModule rec {
    hash = "sha256-jHbWhjvHfgtdocuuELbOwrMzL8tOQfBVdH9MxasEwGo=";
  };

  vendorHash = "sha256-qSbvb2/y5rdS/OCutNEcRDUQBCAgNudux8XDnY9TRSo=";
  proxyVendor = true;
  vendorHash = "sha256-Q5E86bNedXOqMKS3WrXicWg27vnjyGao0nE34Ws2l9E=";

  buildInputs = [ fuse ];