go-migrate: fix vendorHash for go1.22

This commit is contained in:
Yongun Seong
2024-04-14 14:27:50 +09:00
parent 44ed815d0d
commit 61b8561d6d
@@ -12,7 +12,7 @@ buildGoModule rec {
};
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-3otiRbswhENs/YvKKr+ZeodLWtK7fhCjEtlMDlkLOlY=";
vendorHash = "sha256-q8wShIcVHZtpnhvZfsxiI5FLq0xneA8IBMDWd/vpz/0=";
subPackages = [ "cmd/migrate" ];