sqlcmd: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:03:29 +09:00
parent 10a41b7dd6
commit 44ed815d0d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ buildGoModule rec {
sha256 = "sha256-LLRNaY6ArUNoKSWSauCh2RKEGO5+G1OnoCAqMaAfOkY=";
};
vendorHash = "sha256-G6Patjrafg9VXXbisBDs/JVvy0SA6moTquKj66z9lzw=";
vendorHash = "sha256-NVmgAlNQvRj/7poIEWjMyKw2qWMd/HwbdSFHpumnRlo=";
proxyVendor = true;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];