linuxPackages.corefreq: 2.0.0 -> 2.0.1 (#382562)

Changed files
+2 -2
pkgs
os-specific
linux
corefreq
+2 -2
pkgs/os-specific/linux/corefreq/default.nix
···
stdenv.mkDerivation rec {
pname = "corefreq";
-
version = "2.0.0";
+
version = "2.0.1";
src = fetchFromGitHub {
owner = "cyring";
repo = "CoreFreq";
rev = version;
-
hash = "sha256-onpr9SsoYifomdSijZ2M5cSShfs8s2q9cbVYN4g3bBo=";
+
hash = "sha256-gdJ3yaE/Q10NV9TTbBUwzlF2wogiXFNy8gA36Fr/S7o=";
};
nativeBuildInputs = kernel.moduleBuildDependencies;