summary refs log tree commit diff
path: root/pkgs/applications/networking/ipfs
AgeCommit message (Collapse)AuthorFilesLines
2021-02-20ipfs: 0.7.0 -> 0.8.0R. RyanTM1-2/+2
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-09-23ipfs: 0.6.0 -> 0.7.0Luflosi1-2/+2
https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0 Pinning go114 is no longer necessary with this version.
2020-09-23ipfs: avoid warning during build when moving directoryLuflosi1-1/+2
Trying to move a directory into itself will result in a warning: mv: cannot move 'ipfs-src' to a subdirectory of itself, 'ipfs-src/ipfs-src' This can be prevented by excluding that directory.
2020-09-23ipfs: remove executable bit from systemd unitsLuflosi1-3/+3
IPFS would complain with warnings like Configuration file /nix/store/...-ipfs-0.6.0/etc/systemd/system/ipfs.service is marked executable. Please remove executable permission bits. Proceeding anyway.
2020-08-22ipfs: Enable doCheckGeorge Shammas1-2/+0
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-06-20ipfs: 0.5.1 -> 0.6.0Luflosi1-2/+2
https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0
2020-06-11ipfs: copy systemd support files to outputMatthew Bauer1-0/+8
2020-05-14ipfs: switch to vendored tarballJörg Thalheim1-13/+14
2020-05-09ipfs: 0.5.0 -> 0.5.1Luflosi1-3/+3
https://github.com/ipfs/go-ipfs/releases/tag/v0.5.1
2020-05-08ipfs: reference correct testJörg Thalheim1-1/+1
2020-05-08ipfs: reference testsJörg Thalheim1-1/+3
2020-05-07ipfs: patch shebang in builder scriptJörg Thalheim1-5/+5
2020-04-29ipfs: 0.4.23 -> 0.5.0Nathan Fish1-3/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21ipfs: fix build on darwinMario Rodas1-1/+3
2020-03-13ipfs: 0.4.22 -> 0.4.23Maximilian Bosch1-3/+7
2019-09-09ipfs: 0.4.21 -> 0.4.22, use Go 1.12Roman Volosatovs1-5/+3
2019-06-11ipfs: 0.4.20 -> 0.4.21 (module, drop deps.nix)Will Dietz2-2197/+7
2019-04-24ipfs: 0.4.19 -> 0.4.20Eric Litak2-9/+2194
2019-03-02ipfs: 0.4.18 -> 0.4.19Andreas Rammhold1-3/+3
2018-11-20ipfs: 0.4.17 -> 0.4.18Franz Pletz1-3/+3
2018-08-09ipfs: 0.4.15 -> 0.4.17 (#44696)Cole Mickens1-3/+3
2018-06-02ipfs: 0.4.14 -> 0.4.15 (#41376)Eric Litak1-3/+3
2018-04-12ipfs 0.4.13 -> 0.4.14Luke Clifton1-3/+3
2017-11-18ipfs: 0.4.11 -> 0.4.13Dmitry Kalinkin1-3/+3
2017-10-02ipfs: 0.4.10 -> 0.4.11Franz Pletz1-4/+4
2017-07-01ipfs: 0.4.9 -> 0.4.10 (#27001)zimbatm1-4/+4
2017-05-24ipfs: 0.4.6 -> 0.4.9Mateusz Naściszewski1-4/+4
2017-04-23Revert "ipfs: 0.4.6 -> 0.4.8" (#25149)Matthias Beyer1-4/+4
This reverts commit a3098900448544a084cb0ab0d83d9caadd19bbca.
2017-04-01ipfs: 0.4.6 -> 0.4.8Mateusz Naściszewski1-4/+4
2017-03-02ipfs: 0.4.5 -> 0.4.6Maximilian Güntner1-4/+4
2017-02-12ipfs: 0.4.4 -> 0.4.5Maximilian Güntner1-4/+4
0.4.5 introduces a new repo format. You might need to run a migration: https://github.com/ipfs/fs-repo-migrations
2016-10-29ipfs: use fetchgxFranz Pletz1-8/+11
2016-10-27ipfs: i20160112 -> 0.4.4Maximilian Güntner1-5/+11
- switched from rev to official release - added preBuild to install gx dependencies - removed broken flag Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-08-29ipfs: build with generic go; mark as brokenRobin Gloster1-2/+3
This does not build after the binutils update due to go 1.5 failing and ifps needs an upgrade to build with newer go. cc packager @kamilchm
2016-06-09ipfs: build fails with Go 1.6, revert to 1.5Kamil Chmielewski1-2/+2
2016-06-09ipfs: extracted from goPackagesKamil Chmielewski1-0/+21