treewide: use vendorHash for golang drvs

`vendorSha256` has been deprecated.
This commit is contained in:
Erik Arvstedt
2023-12-12 11:22:38 +01:00
parent be2028f2e8
commit 9efcdaf8bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ buildGoModule rec {
})
];
vendorSha256 = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
vendorHash = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
subPackages = [ "." ];