abbaye-des-morts: 2.0.2 -> 2.0.4 (#344096)

This commit is contained in:
OTABI Tomoya 2024-10-01 22:27:33 +09:00 committed by GitHub
commit 32d62565bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "abbaye-des-morts";
version = "2.0.2";
version = "2.0.4";
src = fetchFromGitHub {
owner = "nevat";
repo = "abbayedesmorts-gpl";
rev = "v${version}";
sha256 = "sha256-/RAtOL51o3/5pDgqPLJMTtDFY9BpIowM5MpJ88+v/Zs=";
sha256 = "sha256-IU7E1zmeif9CdoBxzmh7MG2jElGGnEZyKnK7eYFrjsQ=";
};
buildInputs = [ SDL2 SDL2_image SDL2_mixer ];