textadept 12.1 -> 12.2 https://github.com/orbitalquark/textadept/releases attrpath: textadept 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/editors/textadept/default.nix b/pkgs/applications/editors/textadept/default.nix index 536f2cd11009..817c35be3327 100644 --- a/pkgs/applications/editors/textadept/default.nix +++ b/pkgs/applications/editors/textadept/default.nix @@ -3,7 +3,7 @@ , withCurses ? false, ncurses }: stdenv.mkDerivation rec { - version = "12.1"; + version = "12.2"; pname = "textadept"; src = fetchFromGitHub { @@ -11,7 +11,7 @@ stdenv.mkDerivation rec { owner = "orbitalquark"; repo = "textadept"; rev = "textadept_${version}"; - sha256 = "sha256-ce7U/GR/4zkjnRN3fx3FLecc9vuvFqCONy275SWnpNc="; + sha256 = "sha256-acdwCYPoTMsavc6hS7w+0Cy6RpGpMkQpeR1jU+sf0Mg="; }; nativeBuildInputs = [ cmake ] 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 textadept nix build failed. --- LOG END --- error: downloading 'https://www.scintilla.org/scintilla537.tgz' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: www.scintilla.org Closing connection --- LOG END --- make[2]: *** [CMakeFiles/scintilla-populate.dir/build.make:100: scintilla-populate-prefix/src/scintilla-populate-stamp/scintilla-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/scintilla-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for scintilla failed: 2 Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate) CMakeLists.txt:80 (FetchContent_MakeAvailable)  -- Configuring incomplete, errors occurred!