Merge pull request #263154 from r-ryantm/auto-update/abbaye-des-morts

abbaye-des-morts: 2.0.1 -> 2.0.2
This commit is contained in:
Pol Dellaiera 2023-11-27 20:46:33 +01:00 committed by GitHub
commit b8ad83ddb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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