Commit Graph

33 Commits

Author SHA1 Message Date
R. Ryantm
9ab031edc6 ipfs-cluster: 1.0.7 -> 1.0.8 2024-01-31 06:10:07 +00:00
R. Ryantm
b1eff1efc7 ipfs-cluster: 1.0.6 -> 1.0.7 2023-10-12 20:13:48 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Luflosi
afdb49eade
ipfs-cluster: 1.0.5 -> 1.0.6
https://github.com/ipfs-cluster/ipfs-cluster/releases/tag/v1.0.6
2023-03-08 12:58:01 +01:00
Luflosi
bcf9b6ee33
ipfs-cluster: 1.0.4 -> 1.0.5
https://github.com/ipfs-cluster/ipfs-cluster/releases/tag/v1.0.5
2023-01-28 17:21:16 +01:00
Luflosi
e2cc8bdf30
ipfs-cluster: 1.0.2 -> 1.0.4 (#191671) 2022-09-28 14:57:47 +02:00
Luflosi
78873bd8e4
ipfs-cluster: 1.0.1 -> 1.0.2
https://github.com/ipfs-cluster/ipfs-cluster/releases/tag/v1.0.2

The project was moved from the "ipfs" to the the "ipfs-cluster" Github organization.

Also update the homepage URL, since the old one now redirects to the new one.
2022-07-24 19:27:05 +02:00
Luflosi
04a5460f05
ipfs-cluster: 1.0.0 -> 1.0.1
https://github.com/ipfs/ipfs-cluster/releases/tag/v1.0.1
2022-06-10 21:50:52 +02:00
Luflosi
c815f5e736 ipfs-cluster: 0.14.5 -> 1.0.0
https://github.com/ipfs/ipfs-cluster/releases/tag/v1.0.0
2022-04-29 09:01:21 -05:00
Luflosi
a4022a6f9f
ipfs-cluster: 0.14.4 -> 0.14.5
https://github.com/ipfs/ipfs-cluster/releases/tag/v0.14.5
The patch removes a flaky test, see https://github.com/ipfs/ipfs-cluster/issues/1586.
Also build ipfs-cluster with Go 1.17 as it builds fine and upstream is even using that version.
2022-03-01 14:30:23 +01:00
Luflosi
c554b0de65
ipfs-cluster: 0.14.1 -> 0.14.4
https://github.com/ipfs/ipfs-cluster/releases/tag/v0.14.4
2022-01-13 12:12:33 +01:00
Luflosi
40a68ca8e6
ipfs-cluster: 0.14.0 -> 0.14.1
https://github.com/ipfs/ipfs-cluster/releases/tag/v0.14.1
2021-08-16 19:10:06 +02:00
Luflosi
77429716f2
ipfs-cluster: 0.13.1 -> 0.14.0 (#131942) 2021-07-29 14:07:43 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Luflosi
8a7d28b994
ipfs-cluster: unstable-2020-10 -> 0.13.1
https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.1
2021-01-25 01:33:24 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Colin L Rice
eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Luflosi
b4a51441b8
ipfs-cluster: remove unused variables 2020-10-25 22:08:09 +01:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
b44f547c53 ipfs-cluster: 0.12.1 -> 0.13.0 2020-06-11 10:05:50 -07:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
6852ecdcf5 ipfs-cluster: fix build on darwin 2020-03-21 05:27:00 -05:00
Nathan Fish
50c997c000 ipfs-cluster: 0.11.0 -> 0.12.1 2020-03-14 03:23:19 +00:00
Nathan Fish
d4d76528cb ipfs-cluster 0.9.0 -> 0.11.0 (#72820) 2019-11-05 22:32:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Andreas Rammhold
2bee6ce89e
ipfs-cluster: 0.8.0 -> 0.9.0 2019-03-02 10:57:07 +01:00
Joseph G Lukasik
4c1cb03427 ipfs-cluster: 0.7.0 -> 0.8.0 2019-02-08 23:10:35 +00:00
Franz Pletz
899659c99e
ipfs-cluster: 0.5.0 -> 0.7.0 2018-11-20 13:43:20 +01:00
Joseph Lukasik
314d1fcdcb Add gx-go to nativeBuildInputs for ipfs-cluster 2018-09-01 16:01:43 -07:00
Joseph Lukasik
aeb360caa3 ipfs-cluster: init at 0.5.0 2018-08-30 14:39:48 -07:00