Unverified Commit 9ae2ccf3 authored by Yongun Seong's avatar Yongun Seong
Browse files

dae: fix vendorHash for go1.22

parent d9237327
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ buildGoModule rec {
    fetchSubmodules = true;
  };

  vendorHash = "sha256-qK+x6ciAebwIWHRjRpNXCAqsfnmEx37evS4+7kwcFIs=";
  vendorHash = "sha256-4U6zIxK8K+MGxRboTtsKntDMp8/cQWPqXQ3l03AEtBs=";

  proxyVendor = true;