ipfs: 0.9.0 -> 0.9.1

https://github.com/ipfs/go-ipfs/releases/tag/v0.9.1
This commit is contained in:
Luflosi 2021-07-22 12:59:11 +02:00
parent ad34c7697a
commit 7a4b26853a
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

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