treewide: use vendorHash for golang drvs
`vendorSha256` has been deprecated.
This commit is contained in:
parent
be2028f2e8
commit
9efcdaf8bb
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
|||
})
|
||||
];
|
||||
|
||||
vendorSha256 = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
|
||||
vendorHash = "sha256-xvkK9rMQlXTnNyOMd79qxVSvhgPobcBk9cq4/YWbupY=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue