Skip to content

Commit 9369547

Browse files
committed
cpu_features: 0.10.0 -> 0.10.1
1 parent 5f29601 commit 9369547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cp/cpu_features/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "cpu_features";
11-
version = "0.10.0";
11+
version = "0.10.1";
1212

1313
outputs = [
1414
"out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
1919
owner = "google";
2020
repo = "cpu_features";
2121
rev = "v${version}";
22-
hash = "sha256-YnNcNzlFVTHKCxfmhTDhOxluxK2VCBuEi7VZGgUB4VU=";
22+
hash = "sha256-IBJc1sHHh4G3oTzQm1RAHHahsEECC+BDl14DHJ8M1Ys=";
2323
};
2424

2525
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)