Skip to content

Commit

Permalink
linuxPackages.corefreq: 1.98.7 -> 2.0.0 (#368186)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents 4b4a85c + 66353ae commit ae41584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/corefreq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "corefreq";
version = "1.98.7";
version = "2.0.0";

src = fetchFromGitHub {
owner = "cyring";
repo = "CoreFreq";
rev = version;
hash = "sha256-/kvDwIEUbcO80keG3w3x3IfLaXbrbaptUAJxvDh5rlY=";
hash = "sha256-onpr9SsoYifomdSijZ2M5cSShfs8s2q9cbVYN4g3bBo=";
};

nativeBuildInputs = kernel.moduleBuildDependencies;
Expand Down

0 comments on commit ae41584

Please sign in to comment.