go-migrate: fix build on darwin

This commit is contained in:
Weijia Wang 2023-06-13 01:20:34 +03:00
parent dfbf629b34
commit a0f3dede94

View file

@ -11,7 +11,8 @@ buildGoModule rec {
sha256 = "sha256-XpZX8a/ITFyqz5TabzjHgz4iWjP09Q7Fuy5EpYp4sKs=";
};
vendorHash = "sha256-dOd5aYV7h5Bma32btEa0UpA3dnIIhwM/rl7hWrPvgMM=";
proxyVendor = true; # darwin/linux hash mismatch
vendorHash = "sha256-I3gOVUhzaV5gbUtrS8SwZBA9xtR/rbLwTp/56Zll3+Q=";
subPackages = [ "cmd/migrate" ];