toml11 3.7.1 -> 3.8.1 https://github.com/ToruNiina/toml11/releases attrpath: toml11 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/toml11/default.nix b/pkgs/development/libraries/toml11/default.nix index 641b72aa1e8c..3e3fb9c03e9f 100644 --- a/pkgs/development/libraries/toml11/default.nix +++ b/pkgs/development/libraries/toml11/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "toml11"; - version = "3.7.1"; + version = "3.8.1"; src = fetchFromGitHub { owner = "ToruNiina"; repo = "toml11"; rev = "v${finalAttrs.version}"; - hash = "sha256-HnhXBvIjo1JXhp+hUQvjs83t5IBVbNN6o3ZGhB4WESQ="; + hash = "sha256-XgpsCv38J9k8Tsq71UdZpuhaVHK3/60IQycs9CeLssA="; }; nativeBuildInputs = [ 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 toml11 nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/4dgddcqvn31xh8isjn8wrc8z5sjc9cd6-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/share/doc/toml11 -DCMAKE_INSTALL_INFODIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/zhmxic9w5094jap4f1wnqkvsvg3qrz7q-toml11-3.8.1 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/khkhbch4p1wjfl1g89gw1mszvvr7bzv0-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:18 (message): CMAKE_CXX_STANDARD is not defined. The C++ standard whose features are requested to *build* all targets. Remember that toml11 is a header only library that does NOT require compilation to use.  -- Configuring incomplete, errors occurred!