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
This commit is contained in:
Sergei Trofimovich
2025-01-03 07:01:40 +00:00
parent 4833f7aa47
commit da290cffc5
+3 -3
View File
@@ -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