ccextractor 0.93 -> 0.94 https://github.com/CCExtractor/ccextractor/releases attrpath: ccextractor 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/video/ccextractor/default.nix b/pkgs/applications/video/ccextractor/default.nix index 8b2f185a55b..2e5646fce31 100644 --- a/pkgs/applications/video/ccextractor/default.nix +++ b/pkgs/applications/video/ccextractor/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "ccextractor"; - version = "0.93"; + version = "0.94"; src = fetchFromGitHub { owner = "CCExtractor"; repo = pname; rev = "v${version}"; - sha256 = "sha256-usVAKBkdd8uz9cD5eLd0hnwGonOJLscRdc+iWDlNXVc="; + sha256 = "sha256-j2p3Hw3w95F1A8PlKsj8jkAENYOcZA+2vWnu+WknM8M="; }; postPatch = '' 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 ccextractor nix build failed. -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/rzhpy402dbc2kpk3xz87csnm0xiaw53b-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Commit : Unknown -- Compilation Date: 1980-01-01 -- Found PkgConfig: /nix/store/yk3w3n1bi8xadabks8flbkri9hk4r6pm-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'tesseract' -- Found tesseract, version 4.1.3 -- Checking for module 'lept' -- Found lept, version 1.83.0 -- Checking for module 'libavformat' -- Found libavformat, version 58.76.100 -- Checking for module 'libavutil' -- Found libavutil, version 56.70.100 -- Checking for module 'libavcodec' -- Found libavcodec, version 58.134.100 -- Checking for module 'libswscale' -- Found libswscale, version 5.9.100 CMake Error at rust/CMakeLists.txt:13 (string): string sub-command REGEX, mode MATCH needs at least 5 arguments total to command.  -- Detected rustc version CMake Error at rust/CMakeLists.txt:18 (message): Minimum supported rust version(MSRV) is 1.54.0, please upgrade rust  -- Configuring incomplete, errors occurred!