butler: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong 2024-04-06 06:00:33 +09:00
parent e1afd4de72
commit 5615fd0057
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-CtBwc5mcgLvl2Bvg5gI+ULJMQEEibx1aN3IpmRNUtwE=";
vendorHash = "sha256-GvUUCQ2BPW0HlXZljBWJ2Wyys9OEIM55dEWAa6J19Zg=";
doCheck = false;