linuxPackages.corefreq: 2.0.9 -> 2.1.0 (#478794)

This commit is contained in:
Fabián Heredia Montiel
2026-01-20 16:56:38 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "corefreq";
version = "2.0.9";
version = "2.1.0";
src = fetchFromGitHub {
owner = "cyring";
repo = "CoreFreq";
rev = version;
hash = "sha256-SD3/3j8kIpxRA3Z0zxnkKczkBqJUzn40cTbllwIFrgc=";
hash = "sha256-tEfZ4vgSH8y4XBP2OMIwZNwAHRJpyq6q8NWtuXm2mRQ=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;