cpu_features: 0.10.0 -> 0.10.1 (#406788)

This commit is contained in:
Nick Cao
2025-05-13 16:27:48 -04:00
committed by GitHub
+2 -2
View File
@@ -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 ];