vcmi 1.1.1 -> 1.2.0 https://github.com/vcmi/vcmi/releases attrpath: vcmi 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/games/vcmi/default.nix b/pkgs/games/vcmi/default.nix index 632d4fe7f2d..b9fa106270c 100644 --- a/pkgs/games/vcmi/default.nix +++ b/pkgs/games/vcmi/default.nix @@ -24,14 +24,14 @@ stdenv.mkDerivation rec { pname = "vcmi"; - version = "1.1.1"; + version = "1.2.0"; src = fetchFromGitHub { owner = "vcmi"; repo = "vcmi"; rev = version; fetchSubmodules = true; - hash = "sha256-/BHpAXOCLi6d0+/uE79g8p6YO1swizItAwVlPVf/nkQ="; + hash = "sha256-bWECxASXay7FM6M2jN5c3Zg7ATSSmQXvACfZzzOF+oI="; }; 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 vcmi nix build failed. -- Found ffmpeg: /nix/store/1jjwpnkfzpqdq1a5qn7ijwp37nn55qqr-ffmpeg-5.1.2-dev/include (found version "5.1.2") found components: avutil swscale avformat avcodec -- Found PkgConfig: /nix/store/liawqp5fjqna6gnrpp8rs3x1gfb5fxjj-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'minizip' -- Found minizip, version 1.2.13 -- Found minizip: /nix/store/w9q19xr2d9hs1zjxc3ihza3s80pi8nrh-minizip-1.2.13/lib/libminizip.so -- Found SDL2: /nix/store/rmz7imacazbbf4dqgsb9wwbkh0nx1jkh-SDL2-2.26.4/lib/libSDL2.so (found version "2.26.4") -- Found SDL2_image: /nix/store/frhqd181g2g6l468g1gzx055dw0y560n-SDL2_image-2.6.3/lib/libSDL2_image.so (found version "2.6.3") -- Found SDL2_mixer: /nix/store/nrbss1mjgcf07rrm55s914bas34ccz6x-SDL2_mixer-2.6.3/lib/libSDL2_mixer.so (found version "2.6.3") -- Found SDL2_ttf: /nix/store/yhcggksfqz4kr45p3j8fs7dq2iifcavg-SDL2_ttf-2.20.2/lib/libSDL2_ttf.so (found version "2.20.2") CMake Error at /nix/store/3ywakxgyp7q5v4w8q1yy2gkqwly6lydg-qtbase-5.15.8-dev/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package): By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5LinguistTools", but CMake did not find one. Could not find a package configuration file provided by "Qt5LinguistTools" with any of the following names: Qt5LinguistToolsConfig.cmake qt5linguisttools-config.cmake Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or set "Qt5LinguistTools_DIR" to a directory containing one of the above files. If "Qt5LinguistTools" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:417 (find_package)  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".