Loading pkgs/os-specific/linux/corefreq/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ 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; Loading Loading
pkgs/os-specific/linux/corefreq/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ 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; Loading