mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:37:38 +00:00
Merge pull request #261234 from cafkafk/cafk-cpufrequtils-mainProgram-hash
This commit is contained in:
commit
0e57b51945
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils-${version}.tar.gz";
|
||||
sha256 = "127i38d4w1hv2dzdy756gmbhq25q3k34nqb2s0xlhsfhhdqs0lq0";
|
||||
hash = "sha256-AFOgcYPQaUg70GJhS8YcuAgMV32mHN9+ExsGThoa8Yg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "cpufreq-set";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user