Merge pull request #261768 from Luflosi/update/ipget

ipget: 0.9.2 -> 0.10.0

authored by

Weijia Wang and committed by
GitHub
18e505d6 90391dfe

+3 -3
+3 -3
pkgs/applications/networking/ipget/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ipget"; 5 - version = "0.9.2"; 5 + version = "0.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ipfs"; 9 9 repo = "ipget"; 10 10 rev = "v${version}"; 11 - hash = "sha256-gcxfsP5awCCau1RqCuXKEdXC2jvpwsGsPkBsiaRlfBU="; 11 + hash = "sha256-nT0bMy4L1T2rwE6g3Q4tNkmeP3XyPVxCV9yoGqMZjNs="; 12 12 }; 13 13 14 - vendorHash = "sha256-qCUa/XbfDrbwPSZywNVK/yn88C7Dsmz0cDTG2Z4ho0Y="; 14 + vendorHash = "sha256-q8uwijh3y4l4ebFc3u5Z6TLUUiQqUK6Qpqq/m0kLF14="; 15 15 16 16 postPatch = '' 17 17 # main module (github.com/ipfs/ipget) does not contain package github.com/ipfs/ipget/sharness/dependencies