summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cpufrequtils
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-09-19 18:25:55 +0000
committerPeter Simons <simons@cryp.to>2011-09-19 18:25:55 +0000
commitb0f43454674e8646db458cb72e343d579a7aef4d (patch)
tree2cec84a160598c574ad7ddbf618fb650ab9315ea /pkgs/os-specific/linux/cpufrequtils
parenta08329b7bb0214a6bcf9606f88d3ecfd1c7e7726 (diff)
downloadnixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.tar
nixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.tar.gz
nixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.tar.bz2
nixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.tar.lz
nixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.tar.xz
nixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.tar.zst
nixpkgs-b0f43454674e8646db458cb72e343d579a7aef4d.zip
pkgs/os-specific/linux/cpufrequtils: download tarball from any of the "kernel" mirrors
svn path=/nixpkgs/trunk/; revision=29361
Diffstat (limited to 'pkgs/os-specific/linux/cpufrequtils')
-rw-r--r--pkgs/os-specific/linux/cpufrequtils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/cpufrequtils/default.nix b/pkgs/os-specific/linux/cpufrequtils/default.nix
index 6ef51cbc73d..74db3a0d890 100644
--- a/pkgs/os-specific/linux/cpufrequtils/default.nix
+++ b/pkgs/os-specific/linux/cpufrequtils/default.nix
@@ -4,9 +4,9 @@ assert stdenv.isLinux && stdenv.system != "powerpc-linux";
 
 stdenv.mkDerivation {
   name = "cpufrequtils-008";
-  
+
   src = fetchurl {
-    url = http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-008.tar.gz;
+    url = "mirror://kernel/linux/utils/kernel/cpufreq/cpufrequtils-008.tar.gz";
     md5 = "52d3e09e47ffef634833f7fab168eccf";
   };