linuxPackages.corefreq: 2.0.1 -> 2.0.3

This commit is contained in:
R. Ryantm
2025-05-14 19:29:08 +00:00
parent 6d0d3850ff
commit 0886a1719e
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "corefreq";
version = "2.0.1";
version = "2.0.3";
src = fetchFromGitHub {
owner = "cyring";
repo = "CoreFreq";
rev = version;
hash = "sha256-gdJ3yaE/Q10NV9TTbBUwzlF2wogiXFNy8gA36Fr/S7o=";
hash = "sha256-3XBcSR2Yud7zZnyHE81S99Wq3gVjXUJixIuPOLzMJpE=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;