Skip to content

Commit e7e64b5

Browse files
authored
libcpuid: 0.7.0 -> 0.7.1 (#360502)
2 parents 40c2168 + 95eee45 commit e7e64b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libcpuid/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "libcpuid";
5-
version = "0.7.0";
5+
version = "0.7.1";
66

77
src = fetchFromGitHub {
88
owner = "anrieff";
99
repo = "libcpuid";
1010
rev = "v${version}";
11-
hash = "sha256-OZfsEk6sTTvwgAetjilSWbkfC1nMQnPH3oL0IeuqObA=";
11+
hash = "sha256-/28yo1V4/xYMirt2bNTB/l9Xl8NgRmxTitOW21TY8gE=";
1212
};
1313

1414
nativeBuildInputs = [ autoreconfHook ];

0 commit comments

Comments
 (0)