fheroes2: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2023-07-16 17:10:51 +00:00
parent 16702dc540
commit 8ab9ac32b3

View file

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