about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorDavid Guibert <david.guibert@gmail.com>2011-08-20 06:47:13 +0000
committerDavid Guibert <david.guibert@gmail.com>2011-08-20 06:47:13 +0000
commitdb3eb9de858db0d05f2fa2d722ae2b35408edc4d (patch)
treee1865200dd7f3f19f3982f96244f86f5b4269faf /pkgs/os-specific/linux/kernel/patches.nix
parent3ee47aac2a4ff7310806168277a9edf81ea92786 (diff)
downloadnixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.tar
nixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.tar.gz
nixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.tar.bz2
nixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.tar.lz
nixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.tar.xz
nixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.tar.zst
nixlib-db3eb9de858db0d05f2fa2d722ae2b35408edc4d.zip
utrace: fix urls.
But it still does not apply to recent 2.6.32 kernels.

svn path=/nixpkgs/trunk/; revision=28707
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index bd64c24f1bfc..70016e72910d 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -164,22 +164,22 @@ rec {
     };
 
   tracehook_2_6_32 =
-    { # From <http://people.redhat.com/roland/utrace/>.
+    { # From <http://userweb.kernel.org/~frob/utrace/>.
       name = "tracehook";
       patch = fetchurl {
-        url = http://people.redhat.com/roland/utrace/2.6.32/tracehook.patch;
+        url = http://userweb.kernel.org/~frob/utrace/2.6.32/tracehook.patch;
         sha256 = "1y009p8dyqknbjm8ryb495jqmvl372gfhswdn167xh2g1f24xqv8";
       };
     };
 
   utrace_2_6_32 =
-    { # From <http://people.redhat.com/roland/utrace/>, depends on the
+    { # From <http://userweb.kernel.org/~frob/utrace/>, depends on the
       # `tracehook' patch above.
       # See also <http://sourceware.org/systemtap/wiki/utrace>.
       name = "utrace";
       patch = fetchurl {
-        url = http://people.redhat.com/roland/utrace/2.6.32/utrace.patch;
-        sha256 = "1951mwc8jfiwrl0d2bb1zk9yrl7n7kadc00ymjsxrg2irda1b89r";
+        url = http://userweb.kernel.org/~frob/utrace/2.6.32/utrace.patch;
+        sha256 = "0argf19k9f0asiv4l4cnsxm5hw2xx8d794npaln88vwz87sj5nnq";
       };
       extraConfig =
         '' UTRACE y