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

vault: fix build on darwin
This commit is contained in:
Mario Rodas 2023-09-12 20:46:01 -05:00 committed by GitHub
commit 6ec5b523e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,9 @@ buildGoModule rec {
sha256 = "sha256-c3WoSowF1Z0E9L8DdfOeiluYJzVnzltujE3tKlrLvPQ=";
};
vendorHash = "sha256-2NUB9PLYZr4dnWpuYXkTTII4cRT79zLVU+C9z1GKDxk=";
vendorHash = "sha256-IUMBp+2TGtp55XnHo46aX7fYRUP/8+Vhe47KqR7zUws=";
proxyVendor = true;
subPackages = [ "." ];