Unverified Commit bb8b3e7c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #307472 from r-ryantm/auto-update/libcpuid

libcpuid: 0.6.4 -> 0.6.5
parents a72fb30f 13d2990b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "libcpuid";
  version = "0.6.4";
  version = "0.6.5";

  src = fetchFromGitHub {
    owner = "anrieff";
    repo = "libcpuid";
    rev = "v${version}";
    sha256 = "sha256-Zs5GKvSasdfLqo8oErDQNAuXRG27Bm9vNwyooqbol0Q=";
    sha256 = "sha256-Bq16UH4IUR7dU57bGHKq8P6JsjaB4arOJ4zFeNyxXSg=";
  };

  nativeBuildInputs = [ autoreconfHook ];