gbenchmark 1.8.0 -> 1.8.2 https://github.com/google/benchmark/releases attrpath: gbenchmark Checking auto update branch... An auto update branch exists with message `gbenchmark: 1.8.0 -> 1.8.1`. New version is 1.8.2. The auto update branch does not match or exceed the new version. [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/development/libraries/gbenchmark/default.nix b/pkgs/development/libraries/gbenchmark/default.nix index f53868a0926..0b31fd97d2a 100644 --- a/pkgs/development/libraries/gbenchmark/default.nix +++ b/pkgs/development/libraries/gbenchmark/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "gbenchmark"; - version = "1.8.0"; + version = "1.8.2"; src = fetchFromGitHub { owner = "google"; repo = "benchmark"; rev = "v${version}"; - sha256 = "sha256-pUW9YVaujs/y00/SiPqDgK4wvVsaM7QUp/65k0t7Yr0="; + sha256 = "sha256-mydcW6G1R13lGTsuJ0pxCJBUovy1OmQEagg11g9f4tw="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/f17m83k6228cfx3syq1kyfcagc15wbx5-gbenchmark-1.8.2" [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/google/benchmark/releases. meta.description for gbenchmark is: A microbenchmark support library meta.homepage for gbenchmark is: https://github.com/google/benchmark ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/google/benchmark/releases/tag/v1.8.2) - [Compare changes on GitHub](https://github.com/google/benchmark/compare/v1.8.0...v1.8.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.8.2 with grep in /nix/store/f17m83k6228cfx3syq1kyfcagc15wbx5-gbenchmark-1.8.2 - found 1.8.2 in filename of file in /nix/store/f17m83k6228cfx3syq1kyfcagc15wbx5-gbenchmark-1.8.2 ---
Rebuild report (if merged into master) (click to expand) ``` 285 total rebuild path(s) 285 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arrow-cpp arrow-glib bottles bottles-unwrapped browsr ceph ceph-client ceph-csi ceph-dev cloudcompare databricks-sql-cli dbx dragonflydb easyocr entwine ftxui gamescope gbenchmark gdal gmt google-cloud-cpp gplates grass haskellPackages.hgdal home-assistant-component-tests.dremel_3d_printer home-assistant-component-tests.environment_canada hydra_unstable intensity-normalization khoj libLAS libceph libretranslate mapcache mapnik mapproxy mapserver merkaartor minetestserver minetestserver_5 mlflow-server mysql-workbench napari octavePackages.mapping ome_zarr openai-full openai-whisper openorienteering-mapper openrct2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/f17m83k6228cfx3syq1kyfcagc15wbx5-gbenchmark-1.8.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 gbenchmark https://github.com/r-ryantm/nixpkgs/archive/6313a8b7c2f3de4ddeb6e272a2dbaf7acdeab317.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/f17m83k6228cfx3syq1kyfcagc15wbx5-gbenchmark-1.8.2 ls -la /nix/store/f17m83k6228cfx3syq1kyfcagc15wbx5-gbenchmark-1.8.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 @abbradar 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/242149