mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 { };
|
||||
iperf = iperf3;
|
||||
|
||||
ipfs = goPackages.ipfs.bin // { outputs = [ "bin" ]; };
|
||||
|
||||
ipmitool = callPackage ../tools/system/ipmitool {
|
||||
static = false;
|
||||
};
|
||||
|
@ -1592,11 +1592,11 @@ let
|
||||
};
|
||||
|
||||
ipfs = buildFromGitHub{
|
||||
rev = "ff26c312000da12d395c9cdba05c43f29b68b456";
|
||||
rev = "9c6ec296e396cc6be551c9807ae220fb50dd07d4";
|
||||
date = "2015-09-23";
|
||||
owner = "ipfs";
|
||||
repo = "go-ipfs";
|
||||
sha256 = "0qj3rwq5i4aiwn0i09skpi1s3mzqm8ma9v1cpjl7rya2y6ypx8xg";
|
||||
disabled = !isGo14;
|
||||
sha256 = "0lmj2s9ihl1a5r8yn6w0lvb8z3n6c9b8wi1yvi77vgzm6b6lfl3a";
|
||||
};
|
||||
|
||||
ldap = buildGoPackage rec {
|
||||
|
Loading…
Reference in New Issue
Block a user