Merge pull request #225933 from trofi/fheroes2-update

fheroes2: 1.0.2 -> 1.0.3
This commit is contained in:
maxine 2023-04-13 18:09:35 +00:00 committed by GitHub
commit bce3efaf7c
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.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-Y1D9oLqO4al+1OXV9QhlzlZxSZtcQJtBQAzXqyhBFKI=";
sha256 = "sha256-msFuBKG/uuXxOcPf0KT3TWOiQrQ4rYHFxOcJ56QBkEU=";
};
nativeBuildInputs = [ imagemagick ];