3
0
Fork 0
forked from mirrors/nixpkgs

abbaye-des-morts: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2023-10-24 14:35:24 +00:00
parent 6c5458cf32
commit 020476ee9d

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 ];