Unverified Commit 5f7ad94c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cpu_features: 0.10.0 -> 0.10.1 (#406788)

parents db7816a8 93695476
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

stdenv.mkDerivation rec {
  pname = "cpu_features";
  version = "0.10.0";
  version = "0.10.1";

  outputs = [
    "out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    owner = "google";
    repo = "cpu_features";
    rev = "v${version}";
    hash = "sha256-YnNcNzlFVTHKCxfmhTDhOxluxK2VCBuEi7VZGgUB4VU=";
    hash = "sha256-IBJc1sHHh4G3oTzQm1RAHHahsEECC+BDl14DHJ8M1Ys=";
  };

  nativeBuildInputs = [ cmake ];