far2l 2.4.1 -> 2.5.0 https://github.com/elfmz/far2l/releases attrpath: far2l 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/misc/far2l/default.nix b/pkgs/applications/misc/far2l/default.nix index 2a23aac79f8..c9df3c8c0cd 100644 --- a/pkgs/applications/misc/far2l/default.nix +++ b/pkgs/applications/misc/far2l/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "far2l"; - version = "2.4.1"; + version = "2.5.0"; src = fetchFromGitHub { owner = "elfmz"; repo = "far2l"; rev = "v_${version}"; - sha256 = "sha256-0t1ND6LmDcivfrZ8RaEr1vjeS5JtaeWkoHkl2e7Xr5s="; + sha256 = "sha256-1PRyVCCnxbFYh6kjoUIRRwpEZ02CdILfOvrqG4sXceE="; }; patches = [ ./python_prebuild.patch ]; 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 far2l nix build failed. 825 | switch(re->op){ | ^ /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'ReMul' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'RePlus' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'ReQuest' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'ReNGMul' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'ReNGPlus' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'ReNGQuest' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:825:13: warning: enumeration value 'ReSymbolOps' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp: In member function 'bool CRegExp::quickCheck(int)': /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReBadMeta' not handled in switch [-Wswitch] 1290 | switch(firstMetaChar){ | ^ /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReAnyChr' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReEoL' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReDigit' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReNDigit' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReWordSymb' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReNWordSymb' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReWSpace' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReNWSpace' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReUCase' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReNUCase' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReWBound' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReNWBound' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'RePreNW' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReStart' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReEnd' not handled in switch [-Wswitch] /build/source/colorer/src/Colorer-library/src/colorer/cregexp/cregexp.cpp:1290:9: warning: enumeration value 'ReChrLast' not handled in switch [-Wswitch] ninja: build stopped: subcommand failed.