Merge pull request #127871 from LibreCybernetics/update-ipfs

ipfs: 0.8.0 → 0.9.0

authored by

Maximilian Bosch and committed by
GitHub
72dac3d4 9f810d9a

+2 -2
+2 -2
pkgs/applications/networking/ipfs/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ipfs"; 5 - version = "0.8.0"; 5 + version = "0.9.0"; 6 6 rev = "v${version}"; 7 7 8 8 # go-ipfs makes changes to it's source tarball that don't match the git source. 9 9 src = fetchurl { 10 10 url = "https://github.com/ipfs/go-ipfs/releases/download/${rev}/go-ipfs-source.tar.gz"; 11 - sha256 = "sha256-uK3+Ekr5AM6mmGmjFSj1Rotm5pbH657BYUlP9B39WEw="; 11 + sha256 = "sha256:1fyffnw1d860w7gwm6ijbgrh68297z5bmvww8yqfshm3xgvcs6bf"; 12 12 }; 13 13 14 14 # tarball contains multiple files/directories