tntdb 1.3 -> 1.4 https://repology.org/metapackage/tntdb/versions attrpath: tntdb 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/tntdb/default.nix b/pkgs/development/libraries/tntdb/default.nix index a21a71b89bf..319dc5f8e27 100644 --- a/pkgs/development/libraries/tntdb/default.nix +++ b/pkgs/development/libraries/tntdb/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "tntdb"; - version = "1.3"; + version = "1.4"; src = fetchurl { url = "http://www.tntnet.org/download/${pname}-${version}.tar.gz"; - sha256 = "0js79dbvkic30bzw1pf26m64vs2ssw2sbj55w1dc0sy69dlv4fh9"; + sha256 = "sha256-SM79NUrPJXnIC3fXidZ/i4Fi8aAqPC+4FXqaMtwzKFk="; }; buildInputs = [ cxxtools postgresql libmysqlclient sqlite zlib openssl ]; 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 tntdb nix build failed. | ^~~~~~~~ /nix/store/wx4nsqbssywgx9zkabwgl9sxm5l61ni3-gcc-12.2.0/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from statement_iterator.cpp:29: ../include/tntdb/bits/statement_iterator.h:45:21: warning: 'template struct std::iterator' is deprecated []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 45 | : public std::iterator | ^~~~~~~~ In file included from /nix/store/wx4nsqbssywgx9zkabwgl9sxm5l61ni3-gcc-12.2.0/include/c++/12.2.0/string:45, from ../include/tntdb/iface/irow.h:33, from ../include/tntdb/bits/row.h:32, from ../include/tntdb/bits/statement_iterator.h:33: /nix/store/wx4nsqbssywgx9zkabwgl9sxm5l61ni3-gcc-12.2.0/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ statement_iterator.cpp: In constructor 'tntdb::Statement::const_iterator::const_iterator(tntdb::ICursor*)': statement_iterator.cpp:41:7: error: 'log_finer' was not declared in this scope; did you mean 'log_init'? 41 | log_finer("initial fetch"); | ^~~~~~~~~ | log_init statement_iterator.cpp: In member function 'tntdb::Statement::const_iterator& tntdb::Statement::const_iterator::operator++()': statement_iterator.cpp:53:5: error: 'log_finest' was not declared in this scope; did you mean 'log_init'? 53 | log_finest("fetch next row"); | ^~~~~~~~~~ | log_init make[2]: *** [Makefile:693: libtntdb_la-statement_iterator.lo] Error 1 make[2]: Leaving directory '/build/tntdb-1.4/src' make[1]: *** [Makefile:418: all] Error 2 make[1]: Leaving directory '/build/tntdb-1.4/src' make: *** [Makefile:482: all-recursive] Error 1