ipfs: 0.5.1 -> 0.6.0

https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0
This commit is contained in:
Luflosi 2020-06-20 02:14:04 +02:00
parent be707e4cc5
commit 50afcee871
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ipfs";
version = "0.5.1";
version = "0.6.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 = "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm";
sha256 = "14bgq2j2bjjy0pspy2lsj5dm3w9rmfha0l8kyq5ig86yhc4nzn80";
};
# tarball contains multiple files/directories