flatbuffers 23.5.26 -> 24.3.25 https://repology.org/project/flatbuffers/versions attrpath: flatbuffers Checking auto update branch... An auto update branch exists with message `flatbuffers: 23.5.26 -> 24.3.7`. New version is 24.3.25. 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 [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..00bb9cc8d187 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.25"; src = fetchFromGitHub { owner = "google"; repo = "flatbuffers"; rev = "v${version}"; - hash = "sha256-e+dNPNbCHYDXUS/W+hMqf/37fhVgEGzId6rhP3cToTE="; + hash = "sha256-uE9CQnhzVgOweYLhWPn2hvzXHyBbFiFVESJ1AEM3BmA="; }; nativeBuildInputs = [ cmake python3 ]; Successfully finished processing cachix "/nix/store/xvl7cin5br2095bkjy5nmd90vc98qkc3-flatbuffers-24.3.25" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/flatbuffers/versions. 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.25) - [Compare changes on GitHub](https://github.com/google/flatbuffers/compare/v23.5.26...v24.3.25) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 24.3.25 with grep in /nix/store/xvl7cin5br2095bkjy5nmd90vc98qkc3-flatbuffers-24.3.25 - found 24.3.25 in filename of file in /nix/store/xvl7cin5br2095bkjy5nmd90vc98qkc3-flatbuffers-24.3.25 ---
Rebuild report (if merged into master) (click to expand) ``` 515 total rebuild path(s) 515 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arrow-cpp arrow-glib authentik backgroundremover baserow browsr buildbot buildbot-full buildbot-ui buildbot-worker buildbotPackages.buildbot buildbotPackages.buildbot-full buildbotPackages.buildbot-ui buildbotPackages.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 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/xvl7cin5br2095bkjy5nmd90vc98qkc3-flatbuffers-24.3.25 \ --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/1343c795cb59b273a4893a8ba85ff258ed63702b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1343c795cb59b273a4893a8ba85ff258ed63702b#flatbuffers ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/xvl7cin5br2095bkjy5nmd90vc98qkc3-flatbuffers-24.3.25 ls -la /nix/store/xvl7cin5br2095bkjy5nmd90vc98qkc3-flatbuffers-24.3.25/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/294072