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.
1 parent dfd6a4a commit 95eee45Copy full SHA for 95eee45
pkgs/by-name/li/libcpuid/package.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "libcpuid";
5
- version = "0.7.0";
+ version = "0.7.1";
6
7
src = fetchFromGitHub {
8
owner = "anrieff";
9
repo = "libcpuid";
10
rev = "v${version}";
11
- hash = "sha256-OZfsEk6sTTvwgAetjilSWbkfC1nMQnPH3oL0IeuqObA=";
+ hash = "sha256-/28yo1V4/xYMirt2bNTB/l9Xl8NgRmxTitOW21TY8gE=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook ];
0 commit comments