summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-03-07 21:53:37 +0000
committerLudovic Courtès <ludo@gnu.org>2012-03-07 21:53:37 +0000
commit191fbf40bd170ae8e355c57e0570d8b3786b0ce9 (patch)
treea89849681dad210805ef65000a8c3c3bcaeccb4b /pkgs/os-specific
parentc62d643520ce7cefa9f513c2db2f06a6ced8f3b5 (diff)
GNU Mach: Update.
svn path=/nixpkgs/trunk/; revision=32861
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/gnu/mach/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/gnu/mach/default.nix b/pkgs/os-specific/gnu/mach/default.nix
index 146633e00b21a..f5120fca478a9 100644
--- a/pkgs/os-specific/gnu/mach/default.nix
+++ b/pkgs/os-specific/gnu/mach/default.nix
@@ -4,15 +4,15 @@
 assert (!headersOnly) -> (mig != null);
 
 let
-  date = "20100512";
-  rev = "7987a711e8f13c0543e87a0211981f4b40ef6d94";
+  date = "20120303";
+  rev = "2a603e88f86bee88e013c2451eacf076fbcaed81";
 in
 stdenv.mkDerivation ({
   name = "gnumach${if headersOnly then "-headers" else ""}-${date}";
 
   src = fetchgit {
     url = "git://git.sv.gnu.org/hurd/gnumach.git";
-    sha256 = "7b383a23b7fbe1ec812951cc0f553c85da3279f4f723dd6a65e45976f9d5ca2d";
+    sha256 = "6db17d091d410fb573e15ae5d59d860a17d78b2073f605c1dc1473f6f2c25ccc";
     inherit rev;
   };