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 7cf6849 + d05af81 commit 0f9234bCopy full SHA for 0f9234b
pkgs/by-name/cp/cpu_features/package.nix
@@ -8,7 +8,7 @@
8
9
stdenv.mkDerivation rec {
10
pname = "cpu_features";
11
- version = "0.9.0";
+ version = "0.10.0";
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-uXN5crzgobNGlLpbpuOxR+9QVtZKrWhxC/UjQEakJwk=";
+ hash = "sha256-YnNcNzlFVTHKCxfmhTDhOxluxK2VCBuEi7VZGgUB4VU=";
23
};
24
25
nativeBuildInputs = [ cmake ];
0 commit comments