Commit 129752b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

linuxPackages.corefreq: 2.0.0 -> 2.0.1

parent 6e048c4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;