Merge pull request #111767 from r-ryantm/auto-update/ipfs-migrator

ipfs-migrator: 1.7.0 -> 1.7.1
This commit is contained in:
John Ericson 2021-02-03 11:29:12 -05:00 committed by GitHub
commit 7cbec40a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ipfs-migrator";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "ipfs";
repo = "fs-repo-migrations";
rev = "v${version}";
sha256 = "0s2mmprhhb04i8pa3lfgb61wvlrp44xnb4d08y7vd2i82lmh234b";
sha256 = "sha256-MxEKmoveIpuxBkGGGJHp9T11i3Py8a1fLpF0fWk0ftg=";
};
vendorSha256 = null;