flatbuffers 23.5.26 -> 24.3.6 https://github.com/google/flatbuffers/releases attrpath: flatbuffers 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/flatbuffers/default.nix b/pkgs/development/libraries/flatbuffers/default.nix index 747a976f4c9e..8454057fdb58 100644 --- a/pkgs/development/libraries/flatbuffers/default.nix +++ b/pkgs/development/libraries/flatbuffers/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "flatbuffers"; - version = "23.5.26"; + version = "24.3.6"; src = fetchFromGitHub { owner = "google"; repo = "flatbuffers"; rev = "v${version}"; - hash = "sha256-e+dNPNbCHYDXUS/W+hMqf/37fhVgEGzId6rhP3cToTE="; + hash = "sha256-d4HGhNfT3QshdDWvgsnkHYJ33yGuyRyPeW7Dq0up37g="; }; nativeBuildInputs = [ cmake python3 ]; Successfully finished processing cachix "/nix/store/7w28l5l7cw22813am3pcfmjf9nnzq2mb-flatbuffers-24.3.6" [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/flatbuffers/releases. meta.description for flatbuffers is: Memory Efficient Serialization Library meta.homepage for flatbuffers is: https://google.github.io/flatbuffers/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/google/flatbuffers/releases/tag/v24.3.6) - [Compare changes on GitHub](https://github.com/google/flatbuffers/compare/v23.5.26...v24.3.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 24.3.6 with grep in /nix/store/7w28l5l7cw22813am3pcfmjf9nnzq2mb-flatbuffers-24.3.6 - found 24.3.6 in filename of file in /nix/store/7w28l5l7cw22813am3pcfmjf9nnzq2mb-flatbuffers-24.3.6 ---
Rebuild report (if merged into master) (click to expand) ``` 402 total rebuild path(s) 402 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arrow-cpp arrow-glib authentik baserow browsr buildbot buildbot-full buildbot-ui buildbot-worker ceph ceph-client ceph-csi ceph-dev chatgpt-retrieval-plugin cloudcompare csvkit databricks-sql-cli dbx deface easyocr entwine flatbuffers frigate gdal gmt gnome-keysign gplates gpt2tc grass haskellPackages.hgdal home-assistant-component-tests.dremel_3d_printer home-assistant-component-tests.environment_canada hydrus hyperion-ng intensity-normalization khoj kodi kodi-gbm kodi-wayland kodiPackages.a4ksubtitles kodiPackages.archive_tool kodiPackages.iagl kodiPackages.inputstream-adaptive kodiPackages.inputstream-ffmpegdirect kodiPackages.inputstream-rtmp kodiPackages.invidious kodiPackages.joystick kodiPackages.kodi ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7w28l5l7cw22813am3pcfmjf9nnzq2mb-flatbuffers-24.3.6 \ --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 flatbuffers https://github.com/r-ryantm/nixpkgs/archive/e73413d6a47a1a5b7a2abbdecb22a044f469e8a7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e73413d6a47a1a5b7a2abbdecb22a044f469e8a7#flatbuffers ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7w28l5l7cw22813am3pcfmjf9nnzq2mb-flatbuffers-24.3.6 ls -la /nix/store/7w28l5l7cw22813am3pcfmjf9nnzq2mb-flatbuffers-24.3.6/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 @teh 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/294072