butler: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:50 +09:00
parent e1afd4de72
commit 5615fd0057
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-CtBwc5mcgLvl2Bvg5gI+ULJMQEEibx1aN3IpmRNUtwE=";
vendorHash = "sha256-GvUUCQ2BPW0HlXZljBWJ2Wyys9OEIM55dEWAa6J19Zg=";
doCheck = false;