pkgs/os-specific/linux/cpufrequtils: download tarball from any of the "kernel" mirrors

svn path=/nixpkgs/trunk/; revision=29361
This commit is contained in:
Peter Simons 2011-09-19 18:25:55 +00:00
parent a08329b7bb
commit b0f4345467

View File

@ -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";
};