We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db7816a + 9369547 commit 5f7ad94Copy full SHA for 5f7ad94
pkgs/by-name/cp/cpu_features/package.nix
@@ -8,7 +8,7 @@
8
9
stdenv.mkDerivation rec {
10
pname = "cpu_features";
11
- version = "0.10.0";
+ version = "0.10.1";
12
13
outputs = [
14
"out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
19
owner = "google";
20
repo = "cpu_features";
21
rev = "v${version}";
22
- hash = "sha256-YnNcNzlFVTHKCxfmhTDhOxluxK2VCBuEi7VZGgUB4VU=";
+ hash = "sha256-IBJc1sHHh4G3oTzQm1RAHHahsEECC+BDl14DHJ8M1Ys=";
23
};
24
25
nativeBuildInputs = [ cmake ];
0 commit comments