libcpuid 0.6.2 -> 0.6.3 https://github.com/anrieff/libcpuid/releases attrpath: libcpuid Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/libcpuid/default.nix b/pkgs/tools/misc/libcpuid/default.nix index a2c5f13b81e..9773697f893 100644 --- a/pkgs/tools/misc/libcpuid/default.nix +++ b/pkgs/tools/misc/libcpuid/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libcpuid"; - version = "0.6.2"; + version = "0.6.3"; src = fetchFromGitHub { owner = "anrieff"; repo = "libcpuid"; rev = "v${version}"; - sha256 = "sha256-nniSn6HjEWJsn1y7EwmI8Ln6CvfSryXjVfMEfGwuSkQ="; + sha256 = "sha256-lhoHqdS5tke462guORg+PURjVmjAgviT5KJHp6PyvUA="; }; nativeBuildInputs = [ autoreconfHook ]; Successfully finished processing cachix "/nix/store/kddbi3g1aams2kgj8kpg0rmwjn92yy87-libcpuid-0.6.3" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/anrieff/libcpuid/releases. meta.description for libcpuid is: A small C library for x86 CPU detection and feature extraction meta.homepage for libcpuid is: https://libcpuid.sourceforge.net/ meta.changelog for libcpuid is: https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/anrieff/libcpuid/releases/tag/v0.6.3) - [Compare changes on GitHub](https://github.com/anrieff/libcpuid/compare/v0.6.2...v0.6.3) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.6.3 with grep in /nix/store/kddbi3g1aams2kgj8kpg0rmwjn92yy87-libcpuid-0.6.3 - found 0.6.3 in filename of file in /nix/store/kddbi3g1aams2kgj8kpg0rmwjn92yy87-libcpuid-0.6.3 ---
Rebuild report (if merged into master) (click to expand) ``` 173 total rebuild path(s) 173 package rebuild(s) First fifty rebuilds by attrpath ansible-language-server appvm audiobookshelf authelia bitwarden bundix cabal2nix cached-nix-shell cdxgen clickhouse colmena common-updater-scripts cpu-x crate2nix crystal2nix deltachat-desktop dep2nix dydisnix element-desktop element-desktop-wayland emscripten evcc faust faust2 faust2alqt faust2alsa faust2csound faust2firefox faust2jack faust2jackrust faust2jaqt faust2ladspa faust2lv2 faustPhysicalModeling faustStk faustlive fusionInventory go2nix guitarix harmonia haskellPackages.cabal2nix-unstable haskellPackages.hercules-ci-agent haskellPackages.hercules-ci-cli haskellPackages.hercules-ci-cnix-expr haskellPackages.hercules-ci-cnix-store haskellPackages.nix-paths haskellPackages.nix-serve-ng haskellPackages.nvfetcher haskellPackages.update-nix-fetchgit hci ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kddbi3g1aams2kgj8kpg0rmwjn92yy87-libcpuid-0.6.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libcpuid https://github.com/r-ryantm/nixpkgs/archive/57f54cea65dc6725d48e75204ecbd91e46077ef0.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kddbi3g1aams2kgj8kpg0rmwjn92yy87-libcpuid-0.6.3 ls -la /nix/store/kddbi3g1aams2kgj8kpg0rmwjn92yy87-libcpuid-0.6.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @orivej @artuuge for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/225509