texstudio 4.5.1 -> 4.5.2 https://github.com/texstudio-org/texstudio/releases attrpath: texstudio 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/applications/editors/texstudio/default.nix b/pkgs/applications/editors/texstudio/default.nix index d162261116c..f46f017f8b3 100644 --- a/pkgs/applications/editors/texstudio/default.nix +++ b/pkgs/applications/editors/texstudio/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "texstudio"; - version = "4.5.1"; + version = "4.5.2"; src = fetchFromGitHub { owner = "${pname}-org"; repo = pname; rev = version; - hash = "sha256-QBPWelCqh8Ggp0IjH37QGYGu5Ya2fpsiSEkKh3Ee7PM="; + hash = "sha256-L+q4+k4XWywnxIvhfXPCBeCqnGj4E9BhAmgcAZhm7S8="; }; nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ]; 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 texstudio nix build failed. | ^~~~~~~~~~~ In file included from /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qvarlengtharray.h:43, from /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qmetatype.h:48, from /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qobject.h:54, from /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/QObject:1, from src/modifiedQObject.h:35, from src/mostQtHeaders.h:12, from src/scriptengine.h:4, from src/scriptengine.cpp:1: /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qcontainerfwd.h:51:26: note: declared here 51 | template class QLinkedList; | ^~~~~~~~~~~ /nix/store/fzgzpadk66x07bryb4hra1id9wv9xcwx-poppler-qt5-23.02.0-dev/include/poppler/qt5/poppler-annotation.h:640:30: warning: 'template class QLinkedList' is deprecated: Use std::list instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 640 | void setLinePoints(const QLinkedList &points); | ^~~~~~~~~~~ /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qcontainerfwd.h:51:26: note: declared here 51 | template class QLinkedList; | ^~~~~~~~~~~ /nix/store/fzgzpadk66x07bryb4hra1id9wv9xcwx-poppler-qt5-23.02.0-dev/include/poppler/qt5/poppler-annotation.h:854:11: warning: 'template class QLinkedList' is deprecated: Use std::list instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 854 | QList<QLinkedList> inkPaths() const; | ^~~~~~~~~~~ /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qcontainerfwd.h:51:26: note: declared here 51 | template class QLinkedList; | ^~~~~~~~~~~ /nix/store/fzgzpadk66x07bryb4hra1id9wv9xcwx-poppler-qt5-23.02.0-dev/include/poppler/qt5/poppler-annotation.h:855:34: warning: 'template class QLinkedList' is deprecated: Use std::list instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 855 | void setInkPaths(const QList<QLinkedList> &paths); | ^~~~~~~~~~~ /nix/store/25gl237p5jwzydxcd06pfcyzyg8lgl60-qtbase-5.15.9-dev/include/QtCore/qcontainerfwd.h:51:26: note: declared here 51 | template class QLinkedList; | ^~~~~~~~~~~