ipfs: 2015-08-29 -> 2015-09-23
This commit is contained in:
parent
d5395b0506
commit
2f3eb5e0ef
|
@ -1886,6 +1886,8 @@ let
|
||||||
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
|
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
|
||||||
iperf = iperf3;
|
iperf = iperf3;
|
||||||
|
|
||||||
|
ipfs = goPackages.ipfs.bin // { outputs = [ "bin" ]; };
|
||||||
|
|
||||||
ipmitool = callPackage ../tools/system/ipmitool {
|
ipmitool = callPackage ../tools/system/ipmitool {
|
||||||
static = false;
|
static = false;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1592,11 +1592,11 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
ipfs = buildFromGitHub{
|
ipfs = buildFromGitHub{
|
||||||
rev = "ff26c312000da12d395c9cdba05c43f29b68b456";
|
rev = "9c6ec296e396cc6be551c9807ae220fb50dd07d4";
|
||||||
|
date = "2015-09-23";
|
||||||
owner = "ipfs";
|
owner = "ipfs";
|
||||||
repo = "go-ipfs";
|
repo = "go-ipfs";
|
||||||
sha256 = "0qj3rwq5i4aiwn0i09skpi1s3mzqm8ma9v1cpjl7rya2y6ypx8xg";
|
sha256 = "0lmj2s9ihl1a5r8yn6w0lvb8z3n6c9b8wi1yvi77vgzm6b6lfl3a";
|
||||||
disabled = !isGo14;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
ldap = buildGoPackage rec {
|
ldap = buildGoPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue