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
+1 -1
View File
@@ -15,7 +15,7 @@ buildGoModule rec {
fetchSubmodules = true;
};
vendorHash = "sha256-qK+x6ciAebwIWHRjRpNXCAqsfnmEx37evS4+7kwcFIs=";
vendorHash = "sha256-4U6zIxK8K+MGxRboTtsKntDMp8/cQWPqXQ3l03AEtBs=";
proxyVendor = true;