Loading pkgs/applications/networking/ipfs/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildGoModule rec { pname = "ipfs"; version = "0.12.2"; # When updating, also check if the repo version changed and adjust repoVersion below version = "0.13.0"; # When updating, also check if the repo version changed and adjust repoVersion below rev = "v${version}"; repoVersion = "12"; # Also update ipfs-migrator when changing the repo version Loading @@ -10,7 +10,7 @@ buildGoModule rec { # 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 = "sha256-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00="; sha256 = "sha256-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM="; }; # tarball contains multiple files/directories Loading Loading
pkgs/applications/networking/ipfs/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildGoModule rec { pname = "ipfs"; version = "0.12.2"; # When updating, also check if the repo version changed and adjust repoVersion below version = "0.13.0"; # When updating, also check if the repo version changed and adjust repoVersion below rev = "v${version}"; repoVersion = "12"; # Also update ipfs-migrator when changing the repo version Loading @@ -10,7 +10,7 @@ buildGoModule rec { # 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 = "sha256-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00="; sha256 = "sha256-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM="; }; # tarball contains multiple files/directories Loading