forked from mirrors/nixpkgs
The hash for cpufrequtils 005 has changed, updating to 008
svn path=/nixpkgs/trunk/; revision=29099
This commit is contained in:
parent
f47cea8699
commit
c92ea6742b
|
@ -3,11 +3,11 @@
|
|||
assert stdenv.isLinux && stdenv.system != "powerpc-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cpufrequtils-005";
|
||||
name = "cpufrequtils-008";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-005.tar.gz;
|
||||
md5 = "100a8220a546ce61ce943d4107e67db9";
|
||||
url = http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-008.tar.gz;
|
||||
md5 = "52d3e09e47ffef634833f7fab168eccf";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue