about summary refs log tree commit diff
path: root/pkgs/applications/networking/ipget
AgeCommit message (Collapse)AuthorFilesLines
2023-04-04ipget: 0.9.1 -> 0.9.2Luflosi1-3/+3
https://github.com/ipfs/ipget/releases/tag/v0.9.2 Also build with the default Go version again now that it works.
2022-06-30ipget: 0.8.1->0.9.1Romanos Skiadas1-3/+3
Also build with go1.18 now that it works
2022-06-18ipget: 0.8.0 -> 0.8.1Luflosi1-2/+2
https://github.com/ipfs/ipget/releases/tag/v0.8.1
2022-01-15ipget: 0.7.0 -> 0.8.0Luflosi1-3/+3
https://github.com/ipfs/ipget/releases/tag/v0.8.0
2021-07-29ipget: 0.6.0 -> 0.7.0Luflosi1-3/+8
https://github.com/ipfs/ipget/releases/tag/v0.7.0
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-05-24ipget: 0.3.2 -> 0.6.0Luflosi1-17/+8
https://github.com/ipfs/ipget/releases/tag/v0.6.0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-05ipget: 0.2.5 -> 0.3.2Andreas Rammhold1-5/+5
Unbreak the build by updating to a newer version.
2017-10-22ipget: init at 0.2.5Dmitry Kalinkin1-0/+32