2022-12-24T05:45:46 krusader 2.7.2 -> 2.8.0 https://repology.org/metapackage/krusader/versions 2022-12-24T05:45:48 attrpath: krusader 2022-12-24T05:45:48 Checking auto update branch... 2022-12-24T05:45:48 No auto update branch exists 2022-12-24T05:45:52 [version] 2022-12-24T05:45:54 [version] updated version and sha256 2022-12-24T05:45:54 [rustCrateVersion] 2022-12-24T05:45:54 [rustCrateVersion] No cargoSha256 found 2022-12-24T05:45:54 [golangModuleVersion] 2022-12-24T05:45:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T05:45:54 [updateScript] 2022-12-24T05:45:54 [updateScript] skipping because derivation has no updateScript 2022-12-24T05:45:54 2022-12-24T05:45:54 [quotedUrls] 2022-12-24T05:45:54 [quotedUrls] nothing found to replace 2022-12-24T05:45:54 Diff after rewrites: diff --git a/pkgs/applications/file-managers/krusader/default.nix b/pkgs/applications/file-managers/krusader/default.nix index 9895cc108ef..9313ee29853 100644 --- a/pkgs/applications/file-managers/krusader/default.nix +++ b/pkgs/applications/file-managers/krusader/default.nix @@ -15,11 +15,11 @@ mkDerivation rec { pname = "krusader"; - version = "2.7.2"; + version = "2.8.0"; src = fetchurl { url = "mirror://kde/stable/${pname}/${version}/${pname}-${version}.tar.xz"; - hash = "sha256-QaOaQ7PELdHR7K6obfMMr/agYf7MHWb2CFmyo8qXYQk="; + hash = "sha256-jkzwWpMYsLwbCUGBG5iLLyuwwEoNHjeZghKpGQzywpo="; }; nativeBuildInputs = [ 2022-12-24T05:47:44 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A krusader nix build failed. /build/krusader-2.8.0/app/Konfigurator/konfigurator.cpp: In member function 'bool Konfigurator::slotPageSwitch(KPageWidgetItem*, KPageWidgetItem*)': /build/krusader-2.8.0/app/Konfigurator/konfigurator.cpp:171:35: warning: 'KMessageBox::ButtonCode KMessageBox::questionYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&, KMessageBox::Options)' is deprecated: Since 5.100. Use questionTwoActionsCancel() []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 171 | int result = KMessageBox::questionYesNoCancel(nullptr, i18n("The current page has been changed. Do you want to apply changes?"), {}, KStandardGuiItem::apply(), KStandardGuiItem::discard()); | ^~~~~~~~~~~~~~~~~~~ In file included from /nix/store/lmi3mh40akdypbb4vgsi59v714n6fg1q-kwidgetsaddons-5.101.0-dev/include/KF5/KWidgetsAddons/KMessageBox:1, from /build/krusader-2.8.0/app/Konfigurator/konfigurator.cpp:23: /nix/store/lmi3mh40akdypbb4vgsi59v714n6fg1q-kwidgetsaddons-5.101.0-dev/include/KF5/KWidgetsAddons/kmessagebox.h:221:12: note: declared here 221 | ButtonCode questionYesNoCancel(QWidget *parent, | ^~~~~~~~~~~~~~~~~~~ /build/krusader-2.8.0/app/Konfigurator/konfigurator.cpp:171:54: warning: 'KMessageBox::ButtonCode KMessageBox::questionYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&, KMessageBox::Options)' is deprecated: Since 5.100. Use questionTwoActionsCancel() []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 171 | int result = KMessageBox::questionYesNoCancel(nullptr, i18n("The current page has been changed. Do you want to apply changes?"), {}, KStandardGuiItem::apply(), KStandardGuiItem::discard()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nix/store/lmi3mh40akdypbb4vgsi59v714n6fg1q-kwidgetsaddons-5.101.0-dev/include/KF5/KWidgetsAddons/KMessageBox:1, from /build/krusader-2.8.0/app/Konfigurator/konfigurator.cpp:23: /nix/store/lmi3mh40akdypbb4vgsi59v714n6fg1q-kwidgetsaddons-5.101.0-dev/include/KF5/KWidgetsAddons/kmessagebox.h:221:12: note: declared here 221 | ButtonCode questionYesNoCancel(QWidget *parent, | ^~~~~~~~~~~~~~~~~~~ /build/krusader-2.8.0/app/FileSystem/krtrashhandler.cpp: In static member function 'static void KrTrashHandler::emptyTrash()': /build/krusader-2.8.0/app/FileSystem/krtrashhandler.cpp:44:24: warning: 'KIO::JobUiDelegate::JobUiDelegate()' is deprecated: Since 5.98. use KIO::createDefaultJobUiDelegate or versioned constructor instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 44 | KIO::JobUiDelegate uiDelegate; | ^~~~~~~~~~ In file included from /nix/store/yq0v0yqlm7m644jkdqlybfy92sj4hr6s-kio-5.101.0-dev/include/KF5/KIOWidgets/KIO/JobUiDelegate:1, from /build/krusader-2.8.0/app/FileSystem/krtrashhandler.cpp:18: /nix/store/yq0v0yqlm7m644jkdqlybfy92sj4hr6s-kio-5.101.0-dev/include/KF5/KIOWidgets/kio/jobuidelegate.h:54:5: note: declared here 54 | JobUiDelegate(); | ^~~~~~~~~~~~~ make[1]: *** [CMakeFiles/Makefile2:1253: app/BookMan/CMakeFiles/BookMan.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:1409: app/FileSystem/CMakeFiles/FileSystem.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:1566: app/Konfigurator/CMakeFiles/Konfigurator.dir/all] Error 2 make: *** [Makefile:136: all] Error 2