lol

Merge pull request #177201 from Luflosi/update/ipfs

ipfs: 0.12.2 -> 0.13.0

authored by

Sandro and committed by
GitHub
ea74fc71 1b03e5ec

+2 -2
+2 -2
pkgs/applications/networking/ipfs/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ipfs"; 5 - version = "0.12.2"; # When updating, also check if the repo version changed and adjust repoVersion below 5 + version = "0.13.0"; # When updating, also check if the repo version changed and adjust repoVersion below 6 6 rev = "v${version}"; 7 7 8 8 repoVersion = "12"; # Also update ipfs-migrator when changing the repo version ··· 10 10 # go-ipfs makes changes to it's source tarball that don't match the git source. 11 11 src = fetchurl { 12 12 url = "https://github.com/ipfs/go-ipfs/releases/download/${rev}/go-ipfs-source.tar.gz"; 13 - sha256 = "sha256-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00="; 13 + sha256 = "sha256-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM="; 14 14 }; 15 15 16 16 # tarball contains multiple files/directories