wesnoth 1.16.11 -> 1.18.0 https://repology.org/project/wesnoth/versions attrpath: wesnoth Checking auto update branch... An auto update branch exists with message `wesnoth: 1.16.11 -> 1.16.12`. New version is 1.18.0. The auto update branch does not match or exceed the new version. [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/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix index 9afbdf1913b0..675076d073b1 100644 --- a/pkgs/games/wesnoth/default.nix +++ b/pkgs/games/wesnoth/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "wesnoth"; - version = "1.16.11"; + version = "1.18.0"; src = fetchFromGitHub { rev = version; owner = "wesnoth"; repo = "wesnoth"; - hash = "sha256-nnAMMc1pPYOziaHGUfh8LevECBb/lzCkaPyzFWs4zTY="; + hash = "sha256-Db1OwBTA/2jjhu/fOZhwGo7dWV3mZ40y6hTNCCjaRJQ="; }; nativeBuildInputs = [ cmake pkg-config ]; Received ExitFailure 1 when running Raw command: /nix/store/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wesnoth nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/jj8y8a954vzfnkj5niz6akkz39sr2bbv-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/share/doc/wesnoth -DCMAKE_INSTALL_INFODIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/yamyzhzpz0zl8jf27w67x1xw37jy5ymy-wesnoth-1.18.0 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/gcc - skipped -- 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/kvlhk0gpm2iz1asbw1xjac2ch0r8kyw9-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:71 (message): Lua submodule does not exist. You must run 'git submodule update --init --recursive' to initialize it.  -- Configuring incomplete, errors occurred!