Update cpufrequtils hash to sha256

This commit is contained in:
William A. Kennington III 2013-11-20 15:10:47 -06:00
parent 43594f121b
commit 5d713a5fb9

View File

@ -6,8 +6,8 @@ stdenv.mkDerivation {
name = "cpufrequtils-008"; name = "cpufrequtils-008";
src = fetchurl { src = fetchurl {
url = http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-008.tar.gz; url = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/${name}.tar.gz";
md5 = "52d3e09e47ffef634833f7fab168eccf"; sha256 = "127i38d4w1hv2dzdy756gmbhq25q3k34nqb2s0xlhsfhhdqs0lq0";
}; };
patchPhase = '' patchPhase = ''