2022-11-25T12:33:47 flatbuffers 22.10.26 -> 22.11.23 https://repology.org/metapackage/flatbuffers/versions 2022-11-25T12:33:50 attrpath: flatbuffers 2022-11-25T12:33:50 Checking auto update branch... 2022-11-25T12:33:50 No auto update branch exists 2022-11-25T12:33:53 [version] 2022-11-25T12:33:57 [version] updated version and sha256 2022-11-25T12:33:57 [rustCrateVersion] 2022-11-25T12:33:57 [rustCrateVersion] No cargoSha256 found 2022-11-25T12:33:57 [golangModuleVersion] 2022-11-25T12:33:57 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T12:33:57 [updateScript] 2022-11-25T12:33:57 [updateScript] skipping because derivation has no updateScript 2022-11-25T12:33:57 2022-11-25T12:33:57 [quotedUrls] 2022-11-25T12:33:57 [quotedUrls] nothing found to replace 2022-11-25T12:33:57 Diff after rewrites: diff --git a/pkgs/development/libraries/flatbuffers/default.nix b/pkgs/development/libraries/flatbuffers/default.nix index 88f7f6701b3..ad883b12e4e 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.10.26"; + version = "22.11.23"; src = fetchFromGitHub { owner = "google"; repo = "flatbuffers"; rev = "v${version}"; - sha256 = "sha256-Kub076FkWwHNlphGtTx2c3Jojv8otKLo492uN6Oq1F0="; + sha256 = "sha256-I41bslYoSGPNm1+Xpf4kHFDnIqLN8vg5cEqbFIpDT5A="; }; nativeBuildInputs = [ cmake python3 ]; 2022-11-25T12:36:03 Successfully finished processing 2022-11-25T12:36:03 cachix "/nix/store/cp3w2n2zbvf309hjljml4fkgs8c548if-flatbuffers-22.11.23" 2022-11-25T12:36:07 [check][nixpkgs-review] 2022-11-25T13:21:16 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-25T13:21:16 nixpkgs-review took longer than 45m and timed out 2022-11-25T13:21:22 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/flatbuffers/versions. meta.description for flatbuffers is: "Memory Efficient Serialization Library" meta.homepage for flatbuffers is: "https://google.github.io/flatbuffers/" meta.changelog for flatbuffers is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/google/flatbuffers/releases/tag/v22.11.23) - [Compare changes on GitHub](https://github.com/google/flatbuffers/compare/v22.10.26...v22.11.23) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 22.11.23 with grep in /nix/store/cp3w2n2zbvf309hjljml4fkgs8c548if-flatbuffers-22.11.23 - found 22.11.23 in filename of file in /nix/store/cp3w2n2zbvf309hjljml4fkgs8c548if-flatbuffers-22.11.23 ---
Rebuild report (if merged into master) (click to expand) ``` 372 total rebuild path(s) 372 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 entwine flatbuffers gdal gmt gnome-keysign gplates gpt2tc grab-site grass 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 libLAS libtensorflow ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/cp3w2n2zbvf309hjljml4fkgs8c548if-flatbuffers-22.11.23 \ --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/94f15b682ddda65a6dc7c54bc0819c51ae669cdb.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/cp3w2n2zbvf309hjljml4fkgs8c548if-flatbuffers-22.11.23 ls -la /nix/store/cp3w2n2zbvf309hjljml4fkgs8c548if-flatbuffers-22.11.23/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). 2022-11-25T13:21:25 https://api.github.com/repos/NixOS/nixpkgs/pulls/202851