dae: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:06:35 +09:00
parent d923732783
commit 9ae2ccf3a4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ buildGoModule rec {
fetchSubmodules = true;
};
vendorHash = "sha256-qK+x6ciAebwIWHRjRpNXCAqsfnmEx37evS4+7kwcFIs=";
vendorHash = "sha256-4U6zIxK8K+MGxRboTtsKntDMp8/cQWPqXQ3l03AEtBs=";
proxyVendor = true;