summary refs log tree commit diff
path: root/pkgs/os-specific/linux/autofs/autofs-v5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/autofs/autofs-v5.nix')
-rw-r--r--pkgs/os-specific/linux/autofs/autofs-v5.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/autofs/autofs-v5.nix b/pkgs/os-specific/linux/autofs/autofs-v5.nix
index e3c18a82a4e..592dc52f34c 100644
--- a/pkgs/os-specific/linux/autofs/autofs-v5.nix
+++ b/pkgs/os-specific/linux/autofs/autofs-v5.nix
@@ -8,7 +8,10 @@ stdenv.mkDerivation {
 
   # It's too tiresome to apply all patches which are availible (see previous rev).
   # Using git repo which seems to be the same anyway..
-  src = bleedingEdgeRepos.sourceByName "autofs";
+  # REGION AUTO UPDATE:   { name="autofs"; type="git"; url="http://ftp.riken.go.jp/Linux/kernel.org/scm/linux/storage/autofs/autofs.git"; }
+  src = sourceFromHead "autofs-9a77464b8a661d33a6205756955e0047727d5c1f.tar.gz"
+               (fetchurl { url = "http://mawercer.de/~nix/repos/autofs-9a77464b8a661d33a6205756955e0047727d5c1f.tar.gz"; sha256 = "405c769b87f8ec2116faaca021ae03bb69d0a996cd574493b4eede34cb587061"; });
+  # END
   /*fetchurl {
     url = "${baseURL}/autofs-5.0.4.tar.bz2";
     sha256 = "06ysv24jwhwvl8vbafy4jxcg9ps1iq5nrz2nyfm6c761rniy27v3";