linuxPackages.corefreq: 2.0.5 -> 2.0.7

This commit is contained in:
R. Ryantm
2025-06-14 19:34:01 +00:00
parent 329fd2121f
commit 7e582dca5f

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "corefreq";
version = "2.0.5";
version = "2.0.7";
src = fetchFromGitHub {
owner = "cyring";
repo = "CoreFreq";
rev = version;
hash = "sha256-9RANWw0zdsNFHdHPc0AjPQTZSlaejChsrZmxNXeBzK0=";
hash = "sha256-k9tw32yG8WGGCY0/5WWvRTBzz+jka7PZ9WU05rwnunI=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;