summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-09-09 17:07:12 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-09-09 17:07:12 +0000
commita42e571e33aa0160b9f641dd41e02ce523820eca (patch)
tree881a85388f9d7438a2cbb8804bd4566ab48a6822 /pkgs/os-specific/linux/kernel
parentda11152e6e5960126b605dd9b60ece9e9ec5649c (diff)
downloadnixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.tar
nixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.tar.gz
nixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.tar.bz2
nixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.tar.lz
nixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.tar.xz
nixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.tar.zst
nixpkgs-a42e571e33aa0160b9f641dd41e02ce523820eca.zip
Trying to fix an URL for a patch (the previous URL did not work anyamore)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23700
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 14e63b8ea19..99a93afa85d 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -186,9 +186,9 @@ in
   no_xsave =
     { name = "no-xsave";
       patch = fetchurl {
-        url = "http://cvs.fedoraproject.org/viewvc/core/devel/kernel/fix_xen_guest_on_old_EC2.patch?revision=1.1&view=co";
+        url = "http://kernel.ubuntu.com/git?p=rtg/ubuntu-maverick.git;a=blobdiff_plain;f=arch/x86/xen/enlighten.c;h=f7ff4c7d22954ab5eda464320241300bd5a32ee5;hp=1ea06f842a921557e958110e22941d53a2822f3c;hb=1a30f99;hpb=8f2ff69dce18ed856a8d1b93176f768b47eeed86";
         name = "no-xsave.patch";
-        sha256 = "02f51f9b636b105c81a3ed62145abdc0ecb043b8114eb10257854577f617f894";
+        sha256 = "18732s3vmav5rpg6zqpiw2i0ll83pcc4gw266h6545pmbh9p7hky";
       };
       features.noXsave = true;
     };