From da290cffc5f41da170516191e1f84ef0d5efbd3c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 3 Jan 2025 06:35:21 +0000 Subject: [PATCH] fheroes2: 1.1.4 -> 1.1.5 Updated the location of a built executable. Changes: https://github.com/ihhub/fheroes2/releases/tag/1.1.5 --- pkgs/by-name/fh/fheroes2/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fh/fheroes2/package.nix b/pkgs/by-name/fh/fheroes2/package.nix index 18ba08a60e56..10af267396fb 100644 --- a/pkgs/by-name/fh/fheroes2/package.nix +++ b/pkgs/by-name/fh/fheroes2/package.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; - version = "1.1.4"; + version = "1.1.5"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; - hash = "sha256-hgFOXAxbCpG3lHWyX6gE/aGJ1A/QymWHMmRwta997+Q="; + hash = "sha256-Iy7aDC2IRwaNcX+hqtlKNDdOC8WCIlCxfNVeMRK6KP4="; }; nativeBuildInputs = [ imagemagick ]; @@ -56,7 +56,7 @@ stdenv.mkDerivation rec { installPhase = '' runHook preInstall - install -Dm755 $PWD/src/dist/fheroes2 $out/bin/fheroes2 + install -Dm755 $PWD/src/dist/fheroes2/fheroes2 $out/bin/fheroes2 install -Dm644 -t $out/share/fheroes2/files/lang $PWD/files/lang/*.mo install -Dm644 -t $out/share/fheroes2/files/data $PWD/files/data/resurrection.h2d