Unverified Commit 3b075d64 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224625 from Luflosi/update/ipget

ipget: 0.9.1 -> 0.9.2
parents 2402e7af f7310b56
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "ipget";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "ipfs";
    repo = "ipget";
    rev = "v${version}";
    sha256 = "sha256-JGG3DsmFXmWFOFvJ8pKVhQMRgZ0cbkdtmBjMkLYqOwU=";
    hash = "sha256-gcxfsP5awCCau1RqCuXKEdXC2jvpwsGsPkBsiaRlfBU=";
  };

  vendorSha256 = "sha256-scrueQoqr9nUONnpitUontcX3Xe0KmmUmvxOcpxK7M8=";
  vendorHash = "sha256-qCUa/XbfDrbwPSZywNVK/yn88C7Dsmz0cDTG2Z4ho0Y=";

  postPatch = ''
    # main module (github.com/ipfs/ipget) does not contain package github.com/ipfs/ipget/sharness/dependencies
+1 −3
Original line number Diff line number Diff line
@@ -8641,9 +8641,7 @@ with pkgs;
  ipfs-upload-client = callPackage ../applications/networking/ipfs-upload-client { };
  ipget = callPackage ../applications/networking/ipget {
    buildGoModule = buildGo118Module; # build fails with 1.19
  };
  ipget = callPackage ../applications/networking/ipget { };
  i-pi = with python3Packages; toPythonApplication i-pi;