Merge pull request #102776 from RaghavSood/ipfs-migrator/1.6.4

ipfs-migrator: 1.6.3 -> 1.6.4
This commit is contained in:
Mario Rodas 2020-11-04 22:06:25 -05:00 committed by GitHub
commit efeb04710f
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.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "ipfs";
repo = "fs-repo-migrations";
rev = "v${version}";
sha256 = "13ah5jk8n3wznvag6dda1ssgpqsdr9pdgvqm9gcsb7zzls89j9x5";
sha256 = "004qqcwcw55q13r3sr273dfa5zgxc275pcgqwihzbikl3i168d9f";
};
vendorSha256 = null;