summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/cctools
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-09-12 01:46:17 -0400
committerDan Peebles <pumpkin@me.com>2016-09-12 01:46:44 -0400
commit7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17 (patch)
tree3ba285bc35daeaa3416c1d6427512264870df518 /pkgs/os-specific/darwin/cctools
parente0b5eef4e7d21d0a914e248635f1f9360772a6d9 (diff)
downloadnixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.tar
nixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.tar.gz
nixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.tar.bz2
nixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.tar.lz
nixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.tar.xz
nixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.tar.zst
nixpkgs-7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17.zip
stdenv-darwin: upgrade a few more things
It's a long build and generally painful to split into smaller commits,
so I apologize for lumping many changes into one commit but this is far
easier.

There are still several outdated parts of the darwin stdenv but these
changes should bring us closer to the goal.

Fixes #18461
Diffstat (limited to 'pkgs/os-specific/darwin/cctools')
-rw-r--r--pkgs/os-specific/darwin/cctools/port.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/darwin/cctools/port.nix b/pkgs/os-specific/darwin/cctools/port.nix
index bc6492f243f..af713bf61dd 100644
--- a/pkgs/os-specific/darwin/cctools/port.nix
+++ b/pkgs/os-specific/darwin/cctools/port.nix
@@ -6,13 +6,13 @@
 let
   baseParams = rec {
     name = "cctools-port-${version}";
-    version = "877.5";
+    version = "886";
 
     src = fetchFromGitHub {
       owner  = "tpoechtrager";
       repo   = "cctools-port";
-      rev    = "7d405492b09fa27546caaa989b8493829365deab";
-      sha256 = "0nj1q5bqdx5jm68dispybxc7wnkb6p8p2igpnap9q6qyv2r9p07w";
+      rev    = "02f0b8ecd87a3951653d838a321ae744815e21a5";
+      sha256 = "0bzyabzr5dvbxglr74d0kbrk2ij5x7s5qcamqi1v546q1had1wz1";
     };
 
     buildInputs = [ autoconf automake libtool_2 openssl libuuid ] ++