openhantek6022 3.3.1 -> 3.3.2 https://github.com/OpenHantek/OpenHantek6022/releases attrpath: openhantek6022 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/science/electronics/openhantek6022/default.nix b/pkgs/applications/science/electronics/openhantek6022/default.nix index da75983e40f..59b808b2cd9 100644 --- a/pkgs/applications/science/electronics/openhantek6022/default.nix +++ b/pkgs/applications/science/electronics/openhantek6022/default.nix @@ -2,13 +2,13 @@ mkDerivation rec { pname = "openhantek6022"; - version = "3.3.1"; + version = "3.3.2"; src = fetchFromGitHub { owner = "OpenHantek"; repo = "OpenHantek6022"; rev = version; - sha256 = "sha256-8QXFTQQZ5Q1SRQI4jWzRek+3BTuWfGHJIbgvwbZulg8="; + sha256 = "sha256-Y87p52lUJsN8cOvQRKud4dRXfB4Bcd9lfTTW0Ig0OEk="; }; nativeBuildInputs = [ cmake makeWrapper ]; 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 openhantek6022 nix build failed. [ 83%] Building CXX object openhantek/CMakeFiles/OpenHantek.dir/qrc_translations.cpp.o /build/source/openhantek/src/mainwindow.cpp: In constructor 'MainWindow::MainWindow(HantekDsoControl*, DsoSettings*, ExporterRegistry*, QWidget*)': /build/source/openhantek/src/mainwindow.cpp:134:61: error: 'VERSION' was not declared in this scope; did you mean 'QT_VERSION'? 134 | .arg( QString::fromStdString( VERSION ), dsoControl->getModel()->name ) | ^~~~~~~ | QT_VERSION /build/source/openhantek/src/mainwindow.cpp: In lambda function: /build/source/openhantek/src/mainwindow.cpp:508:57: error: 'VERSION' is not captured 508 | this, QString( "OpenHantek6022 (%1)" ).arg( VERSION ), | ^~~~~~~ /build/source/openhantek/src/mainwindow.cpp:500:59: note: the lambda has no capture-default 500 | connect( ui->actionAbout, &QAction::triggered, [ this ]() { | ^ /build/source/openhantek/src/mainwindow.cpp:134:61: note: 'VERSION' declared here 134 | .arg( QString::fromStdString( VERSION ), dsoControl->getModel()->name ) | ^~~~~~~ /build/source/openhantek/src/main.cpp: In function 'int main(int, char**)': /build/source/openhantek/src/main.cpp:94:46: error: 'VERSION' was not declared in this scope; did you mean 'QT_VERSION'? 94 | QCoreApplication::setApplicationVersion( VERSION ); | ^~~~~~~ | QT_VERSION [ 85%] Building CXX object openhantek/CMakeFiles/OpenHantek.dir/OpenHantek_autogen/PNK5WDWK6L/qrc_QtAwesomeFree.cpp.o [ 86%] Building CXX object openhantek/CMakeFiles/OpenHantek.dir/OpenHantek_autogen/PNK5WDWK6L/qrc_configdialog.cpp.o [ 87%] Building CXX object openhantek/CMakeFiles/OpenHantek.dir/OpenHantek_autogen/PNK5WDWK6L/qrc_application.cpp.o [ 88%] Building CXX object openhantek/CMakeFiles/OpenHantek.dir/OpenHantek_autogen/PNK5WDWK6L/qrc_firmwares.cpp.o make[2]: *** [openhantek/CMakeFiles/OpenHantek.dir/build.make:1876: openhantek/CMakeFiles/OpenHantek.dir/src/main.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [openhantek/CMakeFiles/OpenHantek.dir/build.make:1890: openhantek/CMakeFiles/OpenHantek.dir/src/mainwindow.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:153: openhantek/CMakeFiles/OpenHantek.dir/all] Error 2 make: *** [Makefile:156: all] Error 2