go-migrate: fix vendorHash for go1.22

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

View File

@ -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" ];