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

ipfs: 0.7.0 -> 0.8.0
This commit is contained in:
davidak 2021-02-21 01:26:22 +01:00 committed by GitHub
commit fcaa370980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ipfs";
version = "0.7.0";
version = "0.8.0";
rev = "v${version}";
# go-ipfs makes changes to it's source tarball that don't match the git source.
src = fetchurl {
url = "https://github.com/ipfs/go-ipfs/releases/download/${rev}/go-ipfs-source.tar.gz";
sha256 = "1fkzwm4qxxpmbjammk6s5qcyjxivfa0ydqz4mpz1w756c4jq0jf3";
sha256 = "sha256-uK3+Ekr5AM6mmGmjFSj1Rotm5pbH657BYUlP9B39WEw=";
};
# tarball contains multiple files/directories