1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

libcpuid: 0.4.0 -> 0.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcpuid/versions
This commit is contained in:
R. RyanTM 2019-03-10 11:47:10 -07:00
parent 213d6dd6ac
commit 091fbe9409

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libcpuid-${version}";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "anrieff";
repo = "libcpuid";
rev = "v${version}";
sha256 = "136kv6m666f7s18mim0vdbzqvs4s0wvixa12brj9p3kmfbx48bw7";
sha256 = "03sya0fs76g86syl299lrn0vqjjcf8i0xd7fzaf42qhizbx03b88";
};
patches = [