Merge pull request #31784 from veprbl/ipfs_0.4.13

ipfs: 0.4.11 -> 0.4.13

authored by Jörg Thalheim and committed by GitHub cb2c2f40 0347174a

+3 -3
+3 -3
pkgs/applications/networking/ipfs/default.nix
··· 2 3 buildGoPackage rec { 4 name = "ipfs-${version}"; 5 - version = "0.4.11"; 6 rev = "v${version}"; 7 8 goPackagePath = "github.com/ipfs/go-ipfs"; ··· 10 extraSrcPaths = [ 11 (fetchgx { 12 inherit name src; 13 - sha256 = "1n8xr9xg23wm255zjm7nxd761xapmsv11a0giks2gaibh4nps1jl"; 14 }) 15 ]; 16 ··· 18 owner = "ipfs"; 19 repo = "go-ipfs"; 20 inherit rev; 21 - sha256 = "1qi87sq490xpj4mip1d30x4v77gkacnw4idm0mwla92pg44v6wh9"; 22 }; 23 24 meta = with stdenv.lib; {
··· 2 3 buildGoPackage rec { 4 name = "ipfs-${version}"; 5 + version = "0.4.13"; 6 rev = "v${version}"; 7 8 goPackagePath = "github.com/ipfs/go-ipfs"; ··· 10 extraSrcPaths = [ 11 (fetchgx { 12 inherit name src; 13 + sha256 = "150lhf5999jz0nck5s0fs0fp3pgaj85s7dndh68h9caw1fwpwb4f"; 14 }) 15 ]; 16 ··· 18 owner = "ipfs"; 19 repo = "go-ipfs"; 20 inherit rev; 21 + sha256 = "103mlsnqfnnqxh4phr192haaiv98d1bwpvca1sqrxz1216r5x0ik"; 22 }; 23 24 meta = with stdenv.lib; {