libsForQt5.qxlsx 1.4.8 -> 1.4.9 https://github.com/QtExcel/QXlsx/releases attrpath: libsForQt5.qxlsx 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/qxlsx/default.nix b/pkgs/development/libraries/qxlsx/default.nix index 45324d97e5a7..759d7b5b0be2 100644 --- a/pkgs/development/libraries/qxlsx/default.nix +++ b/pkgs/development/libraries/qxlsx/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "qxlsx"; - version = "1.4.8"; + version = "1.4.9"; src = fetchFromGitHub { owner = "QtExcel"; repo = "QXlsx"; rev = "v${version}"; - hash = "sha256-mMhe4yztU9I/zJFbj/0GNiIoSy7U4rQ1Y3mDvvHNKXk="; + hash = "sha256-Nt12VqqbwlgAflN41udg4VAwpJgRMjtKLbL0Xb+ef2o="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/9m6hqyx9cyawc39125ci1x2wjsk5wpf1-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsForQt5.qxlsx nix build failed. [ 64%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxstyles.cpp.o [ 67%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxzipwriter.cpp.o [ 70%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxcellformula.cpp.o [ 72%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxcolor.cpp.o [ 75%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxdocpropscore.cpp.o [ 78%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxnumformatparser.cpp.o [ 81%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxtheme.cpp.o [ 83%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxcelllocation.cpp.o [ 86%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxconditionalformatting.cpp.o [ 89%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxdocument.cpp.o /build/source/QXlsx/source/xlsxworkbook.cpp: In member function 'virtual bool QXlsx::Workbook::loadFromXmlFile(QIODevice*)': /build/source/QXlsx/source/xlsxworkbook.cpp:610:51: error: 'QString::QString(const char*)' is private within this context 610 | if (relationship.target.startsWith("/")) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ In file included from /nix/store/71smglqmcd3z7mpysc43rs2rkqm7d17n-qtbase-5.15.14-dev/include/QtCore/qobject.h:47, from /nix/store/71smglqmcd3z7mpysc43rs2rkqm7d17n-qtbase-5.15.14-dev/include/QtCore/qiodevice.h:45, from /nix/store/71smglqmcd3z7mpysc43rs2rkqm7d17n-qtbase-5.15.14-dev/include/QtCore/QIODevice:1, from /build/source/QXlsx/../QXlsx/header/xlsxglobal.h:11, from /build/source/QXlsx/../QXlsx/header/xlsxabstractooxmlfile.h:6, from /build/source/QXlsx/../QXlsx/header/xlsxworkbook.h:6, from /build/source/QXlsx/source/xlsxworkbook.cpp:3: /nix/store/71smglqmcd3z7mpysc43rs2rkqm7d17n-qtbase-5.15.14-dev/include/QtCore/qstring.h:970:5: note: declared private here 970 | QString(const char *ch); | ^~~~~~~ [ 91%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxutility.cpp.o [ 94%] Building CXX object CMakeFiles/QXlsx.dir/source/xlsxrelationships.cpp.o make[2]: *** [CMakeFiles/QXlsx.dir/build.make:152: CMakeFiles/QXlsx.dir/source/xlsxworkbook.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:86: CMakeFiles/QXlsx.dir/all] Error 2 make: *** [Makefile:156: all] Error 2