···2233buildGoModule rec {
44 pname = "ipfs";
55- version = "0.12.2"; # When updating, also check if the repo version changed and adjust repoVersion below
55+ version = "0.13.0"; # When updating, also check if the repo version changed and adjust repoVersion below
66 rev = "v${version}";
7788 repoVersion = "12"; # Also update ipfs-migrator when changing the repo version
···1010 # go-ipfs makes changes to it's source tarball that don't match the git source.
1111 src = fetchurl {
1212 url = "https://github.com/ipfs/go-ipfs/releases/download/${rev}/go-ipfs-source.tar.gz";
1313- sha256 = "sha256-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00=";
1313+ sha256 = "sha256-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM=";
1414 };
15151616 # tarball contains multiple files/directories