2022-11-12T10:58:43 libcpuid 0.6.1 -> 0.6.2 https://github.com/anrieff/libcpuid/releases 2022-11-12T10:58:46 attrpath: libcpuid 2022-11-12T10:58:46 Checking auto update branch... 2022-11-12T10:58:46 No auto update branch exists 2022-11-12T10:58:49 [version] 2022-11-12T10:58:52 [version] updated version and sha256 2022-11-12T10:58:52 [rustCrateVersion] 2022-11-12T10:58:52 [rustCrateVersion] No cargoSha256 found 2022-11-12T10:58:52 [golangModuleVersion] 2022-11-12T10:58:52 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-12T10:58:52 [updateScript] 2022-11-12T10:58:52 [updateScript] skipping because derivation has no updateScript 2022-11-12T10:58:52 2022-11-12T10:58:52 [quotedUrls] 2022-11-12T10:58:52 [quotedUrls] nothing found to replace 2022-11-12T10:58:52 Diff after rewrites: diff --git a/pkgs/tools/misc/libcpuid/default.nix b/pkgs/tools/misc/libcpuid/default.nix index 83f42dabebe..86706d6dbe0 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.1"; + version = "0.6.2"; src = fetchFromGitHub { owner = "anrieff"; repo = "libcpuid"; rev = "v${version}"; - sha256 = "sha256-KxG06a56XPa34IJGAJbBeHUKkCEba+R7HOSosTCwQKU="; + sha256 = "sha256-nniSn6HjEWJsn1y7EwmI8Ln6CvfSryXjVfMEfGwuSkQ="; }; nativeBuildInputs = [ autoreconfHook ]; 2022-11-12T11:00:31 Successfully finished processing 2022-11-12T11:00:31 cachix "/nix/store/20d2d0jap81kxp5ng1igl7kkgnd077f3-libcpuid-0.6.2" 2022-11-12T11:00:34 [check][nixpkgs-review] 2022-11-12T11:45:35 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-12T11:45:35 nixpkgs-review took longer than 45m and timed out 2022-11-12T11:45:38 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: "http://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.2) - [Compare changes on GitHub](https://github.com/anrieff/libcpuid/compare/v0.6.1...v0.6.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.6.2 with grep in /nix/store/20d2d0jap81kxp5ng1igl7kkgnd077f3-libcpuid-0.6.2 - found 0.6.2 in filename of file in /nix/store/20d2d0jap81kxp5ng1igl7kkgnd077f3-libcpuid-0.6.2 ---
Rebuild report (if merged into master) (click to expand) ``` 112 total rebuild path(s) 112 package rebuild(s) First fifty rebuilds by attrpath appvm bundix cabal2nix cached-nix-shell cachix clickhouse colmena comma common-updater-scripts cpu-x crate2nix crystal2nix dep2nix dydisnix fusionInventory gnome.gnome-packagekit gnome.gnome-software gnome.simple-scan go2nix harmonia haskellPackages.cabal2nix-unstable haskellPackages.cachix 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 hercules-ci-agent hydra_unstable libcpuid libnixxml libsForQt5.discover libsForQt5.packagekit-qt libsForQt512.discover libsForQt512.packagekit-qt libsForQt514.discover libsForQt514.packagekit-qt libsForQt515.discover libsForQt515.packagekit-qt lispPackages.quicklisp-to-nix lispPackages.quicklisp-to-nix-system-info lua51Packages.luarocks-nix lua52Packages.luarocks-nix lua53Packages.luarocks-nix luaPackages.luarocks-nix luajitPackages.luarocks-nix ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/20d2d0jap81kxp5ng1igl7kkgnd077f3-libcpuid-0.6.2 \ --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/08c9962cd2f54212c7d5455bf142b90c557d384d.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/20d2d0jap81kxp5ng1igl7kkgnd077f3-libcpuid-0.6.2 ls -la /nix/store/20d2d0jap81kxp5ng1igl7kkgnd077f3-libcpuid-0.6.2/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). 2022-11-12T11:45:40 https://api.github.com/repos/NixOS/nixpkgs/pulls/200840