tageditor 3.7.9 -> 3.8.1 https://github.com/martchus/tageditor/releases attrpath: tageditor 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/audio/tageditor/default.nix b/pkgs/applications/audio/tageditor/default.nix index efac5170249..cadef8c75db 100644 --- a/pkgs/applications/audio/tageditor/default.nix +++ b/pkgs/applications/audio/tageditor/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "tageditor"; - version = "3.7.9"; + version = "3.8.1"; src = fetchFromGitHub { owner = "martchus"; repo = pname; rev = "v${version}"; - hash = "sha256-QQvc9S+9h0Qy/qBROwJMZIALf/Rbj/9my4PZGxQzlnM="; + hash = "sha256-7YmjrVh8P3XfnNs2I8PoLigfVvzS0UnuAC67ZQp7WdA="; }; nativeBuildInputs = [ 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 tageditor nix build failed. -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/bxic6j2whyg3z4h2x3xjyqgp7fl83bnp-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring project tageditor -- Using default CXX11 ABI of libstdc++ (not forcing old CX11 ABI). CMake Warning at /nix/store/39chmxbyaqxn92fn411pykzy654622gi-cpp-utilities-5.24.0/share/c++utilities/cmake/modules/BasicConfig.cmake:391 (message): Format rules for clang-format not found. Call Stack (most recent call first): CMakeLists.txt:189 (include)  -- Using PNG icon from "/build/source/resources/icons/hicolor/256x256/apps/tageditor.png". -- Performing Test STD_FILESYSTEM_TEST_0 -- Performing Test STD_FILESYSTEM_TEST_0 - Success -- Linking tageditor against special library for std::filesystem support is not required. CMake Error at CMakeLists.txt:204 (find_package): Could not find a configuration file for package "tagparser" that is compatible with requested version "12.0.0". The following configuration files were considered but not accepted: /nix/store/lqj3n1maglr6slphzz15vrykn4ykglk7-tagparser-11.6.0/share/tagparser/cmake/tagparserConfig.cmake, version: 11.6.0  -- Configuring incomplete, errors occurred!