ipfs: 0.4.20 -> 0.4.21 (module, drop deps.nix)
This commit is contained in:
parent
f46793a32c
commit
594d5d8487
2 changed files with 7 additions and 2197 deletions
|
@ -1,21 +1,21 @@
|
|||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "ipfs-${version}";
|
||||
version = "0.4.20";
|
||||
buildGoModule rec {
|
||||
pname = "ipfs";
|
||||
version = "0.4.21";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/ipfs/go-ipfs";
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ipfs";
|
||||
repo = "go-ipfs";
|
||||
inherit rev;
|
||||
sha256 = "1xnjn4pcgknywfndrp2zwln3v1msaffhhfiym5mdz543rsxav0yp";
|
||||
sha256 = "0jlj89vjy4nw3x3j45r16y8bph5ss5lp907pjgqvad0naxbf99b0";
|
||||
};
|
||||
|
||||
modSha256 = "0d9rq0hig9jwv9jfajfyj2111arikqzdnyhf5aqkwahcblpx54iy";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A global, versioned, peer-to-peer filesystem";
|
||||
homepage = https://ipfs.io/;
|
||||
|
|
2190
pkgs/applications/networking/ipfs/deps.nix
generated
2190
pkgs/applications/networking/ipfs/deps.nix
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue