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.
This commit is contained in:
Luflosi 2023-04-04 11:42:46 +02:00
parent 730ac7ea62
commit f7310b567d
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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;