flatbuffers 22.11.23 -> 23.5.9 https://github.com/google/flatbuffers/releases attrpath: flatbuffers Checking auto update branch... An auto update branch exists with message `flatbuffers: 22.11.23 -> 23.3.3`. New version is 23.5.9. 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..adfdef96753 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.5.9"; src = fetchFromGitHub { owner = "google"; repo = "flatbuffers"; rev = "v${version}"; - sha256 = "sha256-I41bslYoSGPNm1+Xpf4kHFDnIqLN8vg5cEqbFIpDT5A="; + sha256 = "sha256-4xJMAXIQiJhMOL9RzqK4nEv5UeHZRSemIxTAmqW4LtY="; }; nativeBuildInputs = [ cmake python3 ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A flatbuffers nix build failed. [ 77%] Linking CXX executable flatsamplebinary [ 77%] Built target flatsamplebinary [ 79%] Building CXX object CMakeFiles/flattests.dir/tests/json_test.cpp.o [ 80%] Building CXX object CMakeFiles/flattests.dir/tests/key_field_test.cpp.o [ 81%] Building CXX object CMakeFiles/flattests.dir/tests/monster_test.cpp.o [ 82%] Building CXX object CMakeFiles/flattests.dir/tests/optional_scalars_test.cpp.o [ 83%] Building CXX object CMakeFiles/flattests.dir/tests/parser_test.cpp.o [ 85%] Building CXX object CMakeFiles/flattests.dir/tests/proto_test.cpp.o [ 86%] Building CXX object CMakeFiles/flattests.dir/tests/reflection_test.cpp.o [ 87%] Building CXX object CMakeFiles/flattests.dir/tests/test.cpp.o [ 88%] Building CXX object CMakeFiles/flattests.dir/tests/test_assert.cpp.o [ 90%] Building CXX object CMakeFiles/flattests.dir/tests/test_builder.cpp.o [ 91%] Building CXX object CMakeFiles/flattests.dir/tests/util_test.cpp.o [ 92%] Building CXX object CMakeFiles/flattests.dir/tests/native_type_test_impl.cpp.o [ 93%] Building CXX object CMakeFiles/flattests.dir/tests/alignment_test.cpp.o [ 95%] Building CXX object CMakeFiles/flattests.dir/tests/64bit/offset64_test.cpp.o [ 96%] Building CXX object CMakeFiles/flattests.dir/src/code_generators.cpp.o /build/source/tests/64bit/offset64_test.cpp:17:10: fatal error: test_assert.h: No such file or directory 17 | #include "test_assert.h" | ^~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/flattests.dir/build.make:370: CMakeFiles/flattests.dir/tests/64bit/offset64_test.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:145: CMakeFiles/flattests.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 97%] Linking CXX executable flatsamplebfbs [ 97%] Built target flatsamplebfbs [ 98%] Linking CXX executable flatsampletext [ 98%] Built target flatsampletext make: *** [Makefile:146: all] Error 2