Unverified Commit e7e64b51 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

libcpuid: 0.7.0 -> 0.7.1 (#360502)

parents 40c21681 95eee45d
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.7.0";
  version = "0.7.1";

  src = fetchFromGitHub {
    owner = "anrieff";
    repo = "libcpuid";
    rev = "v${version}";
    hash = "sha256-OZfsEk6sTTvwgAetjilSWbkfC1nMQnPH3oL0IeuqObA=";
    hash = "sha256-/28yo1V4/xYMirt2bNTB/l9Xl8NgRmxTitOW21TY8gE=";
  };

  nativeBuildInputs = [ autoreconfHook ];