Unverified Commit f7310b56 authored by Luflosi's avatar Luflosi
Browse files

ipget: 0.9.1 -> 0.9.2

https://github.com/ipfs/ipget/releases/tag/v0.9.2
Also build with the default Go version again now that it works.
parent 730ac7ea
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
@@ -8653,9 +8653,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;