Unverified Commit 6ec5b523 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254840 from marsam/fix-vault-hash-darwin

vault: fix build on darwin
parents f3ede0f1 2d857eae
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@ buildGoModule rec {
    sha256 = "sha256-c3WoSowF1Z0E9L8DdfOeiluYJzVnzltujE3tKlrLvPQ=";
  };

  vendorHash = "sha256-2NUB9PLYZr4dnWpuYXkTTII4cRT79zLVU+C9z1GKDxk=";
  vendorHash = "sha256-IUMBp+2TGtp55XnHo46aX7fYRUP/8+Vhe47KqR7zUws=";

  proxyVendor = true;

  subPackages = [ "." ];