mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
pkgs/os-specific/linux/cpufrequtils: download tarball from any of the "kernel" mirrors
svn path=/nixpkgs/trunk/; revision=29361
This commit is contained in:
parent
a08329b7bb
commit
b0f4345467
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user