treewide: use vendorHash for golang drvs

`vendorSha256` has been deprecated.
This commit is contained in:
Erik Arvstedt 2023-12-02 23:26:50 +01:00
parent be2028f2e8
commit 9efcdaf8bb
No known key found for this signature in database
GPG key ID: 33312B944DD97846
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ buildGoModule rec {
})
];
vendorSha256 = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
vendorHash = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
subPackages = [ "." ];