flatbuffers 22.11.23 -> 23.1.4 https://github.com/google/flatbuffers/releases attrpath: flatbuffers Checking auto update branch... An auto update branch exists with message `flatbuffers: 22.11.23 -> 22.12.06`. New version is 23.1.4. 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/flatbuffers/default.nix b/pkgs/development/libraries/flatbuffers/default.nix index ad883b12e4e..1df097d8913 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 = "22.11.23"; + version = "23.1.4"; src = fetchFromGitHub { owner = "google"; repo = "flatbuffers"; rev = "v${version}"; - sha256 = "sha256-I41bslYoSGPNm1+Xpf4kHFDnIqLN8vg5cEqbFIpDT5A="; + sha256 = "sha256-ioEvWudJkW14+TimUNomR28Qip4d99g9hB2ku+m/Maw="; }; nativeBuildInputs = [ cmake python3 ]; Successfully finished processing cachix "/nix/store/3767i3s8ik56bafc2l2ps47r6s9vn3s8-flatbuffers-23.1.4" [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/v23.1.4) - [Compare changes on GitHub](https://github.com/google/flatbuffers/compare/v22.11.23...v23.1.4) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 23.1.4 with grep in /nix/store/3767i3s8ik56bafc2l2ps47r6s9vn3s8-flatbuffers-23.1.4 - found 23.1.4 in filename of file in /nix/store/3767i3s8ik56bafc2l2ps47r6s9vn3s8-flatbuffers-23.1.4 ---
Rebuild report (if merged into master) (click to expand) ``` 379 total rebuild path(s) 379 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arrow-cpp arrow-glib baserow buildbot buildbot-full buildbot-ui buildbot-worker cloudcompare databricks-sql-cli easyocr entwine flatbuffers gdal gmt gnome-keysign gplates gpt2tc grab-site grass haskellPackages.hgdal home-assistant-component-tests.environment_canada hyperion-ng intensity-normalization 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 kodiPackages.kodi-platform kodiPackages.libretro kodiPackages.libretro-genplus kodiPackages.libretro-mgba kodiPackages.libretro-snes9x kodiPackages.netflix kodiPackages.pvr-hdhomerun kodiPackages.pvr-hts kodiPackages.pvr-iptvsimple kodiPackages.steam-controller kodiPackages.vfs-libarchive kodiPackages.vfs-sftp kodiPackages.visualization-waveform ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3767i3s8ik56bafc2l2ps47r6s9vn3s8-flatbuffers-23.1.4 \ --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/11a894a5214cb5f7450493f145442f4db29b871f.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/3767i3s8ik56bafc2l2ps47r6s9vn3s8-flatbuffers-23.1.4 ls -la /nix/store/3767i3s8ik56bafc2l2ps47r6s9vn3s8-flatbuffers-23.1.4/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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/205157