kristall 0.3 -> 0.4 https://github.com/MasterQ32/kristall/releases attrpath: kristall 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/applications/networking/browsers/kristall/default.nix b/pkgs/applications/networking/browsers/kristall/default.nix index 3515f0e30e01..c905d8881b6a 100644 --- a/pkgs/applications/networking/browsers/kristall/default.nix +++ b/pkgs/applications/networking/browsers/kristall/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "kristall"; - version = "0.3"; + version = "0.4"; src = fetchFromGitHub { owner = "MasterQ32"; repo = "kristall"; rev = "V${version}"; - sha256 = "07nf7w6ilzs5g6isnvsmhh4qa1zsprgjyf0zy7rhpx4ikkj8c8zq"; + sha256 = "sha256-zTO55xTc7hXlqVUVlx921+LalKj/yQwjEgXW2YUdG70="; }; postPatch = lib.optionalString stdenv.cc.isClang '' Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kristall nix build failed. build flags: -j24 SHELL=/nix/store/a1s263pmsci9zykm5xcdf7x9rv26w6d5-bash-5.2p26/bin/bash /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/browsertab.ui -o ui_browsertab.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/dialogs/certificateiodialog.ui -o ui_certificateiodialog.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/dialogs/certificatemanagementdialog.ui -o ui_certificatemanagementdialog.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/dialogs/certificateselectiondialog.ui -o ui_certificateselectiondialog.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/dialogs/newidentitiydialog.ui -o ui_newidentitiydialog.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/dialogs/settingsdialog.ui -o ui_settingsdialog.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/mainwindow.ui -o ui_mainwindow.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/widgets/mediaplayer.ui -o ui_mediaplayer.h /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/uic src/widgets/ssltrusteditor.ui -o ui_ssltrusteditor.h /nix/store/a1s263pmsci9zykm5xcdf7x9rv26w6d5-bash-5.2p26/bin/bash: line 1: git: command not found /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name fonts src/fonts.qrc -pass 1 -o ./qrc_fonts.cpp /nix/store/a1s263pmsci9zykm5xcdf7x9rv26w6d5-bash-5.2p26/bin/bash: line 1: git: command not found /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name breeze lib/BreezeStyleSheets/breeze.qrc -pass 1 -o ./qrc_breeze.cpp /nix/store/a1s263pmsci9zykm5xcdf7x9rv26w6d5-bash-5.2p26/bin/bash: line 1: git: command not found /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name builtins src/builtins.qrc -pass 1 -o ./qrc_builtins.cpp g++ -pipe -Wno-unused-parameter -Werror=return-type -std=c++17 -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DKRISTALL_VERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -c ./qrc_breeze.cpp -o ./qrc_breeze.tmp.o g++ -pipe -Wno-unused-parameter -Werror=return-type -std=c++17 -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DKRISTALL_VERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -c ./qrc_builtins.cpp -o ./qrc_builtins.tmp.o /nix/store/a1s263pmsci9zykm5xcdf7x9rv26w6d5-bash-5.2p26/bin/bash: line 1: git: command not found /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name icons src/icons.qrc -pass 1 -o ./qrc_icons.cpp translations/kristall_ru.ts -qm .qm/kristall_ru.qm /nix/store/a1s263pmsci9zykm5xcdf7x9rv26w6d5-bash-5.2p26/bin/bash: line 1: translations/kristall_ru.ts: Permission denied make: *** [Makefile:826: .qm/kristall_ru.qm] Error 126 make: *** Waiting for unfinished jobs.... g++ -pipe -Wno-unused-parameter -Werror=return-type -std=c++17 -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DKRISTALL_VERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -c ./qrc_icons.cpp -o ./qrc_icons.tmp.o /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name builtins src/builtins.qrc -pass 2 -temp ./qrc_builtins.tmp.o -o qrc_builtins.o /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name breeze lib/BreezeStyleSheets/breeze.qrc -pass 2 -temp ./qrc_breeze.tmp.o -o qrc_breeze.o /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name icons src/icons.qrc -pass 2 -temp ./qrc_icons.tmp.o -o qrc_icons.o g++ -pipe -Wno-unused-parameter -Werror=return-type -std=c++17 -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DKRISTALL_VERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -c ./qrc_fonts.cpp -o ./qrc_fonts.tmp.o /nix/store/lmfidmz9rca7sygwiq58fd0gbq564vdk-qtbase-5.15.12-dev/bin/rcc -name fonts src/fonts.qrc -pass 2 -temp ./qrc_fonts.tmp.o -o qrc_fonts.o