Merge pull request #238016 from trofi/fheroes2-update

fheroes2: 1.0.4 -> 1.0.5
This commit is contained in:
Sergei Trofimovich 2023-06-17 11:02:50 +01:00 committed by GitHub
commit 02d94f6a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-+XlOx5gIQzYru2CwWKqTSdIlxuNfiUjDEsnvP6kDUYg=";
sha256 = "sha256-h9kWeq7NgJUChqH49nJNuG/6fzAOteZlKUs6Vtbv7Ww=";
};
nativeBuildInputs = [ imagemagick ];