SDL_compat: 1.2.60 -> 1.2.64

This commit is contained in:
R. Ryantm 2023-06-01 02:34:14 +00:00
parent a11f65c777
commit 2bb67b8497

View file

@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "SDL_compat";
version = "1.2.60";
version = "1.2.64";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "sdl12-compat";
rev = "release-" + version;
hash = "sha256-8b9rFI4iRpBJqeJ2KRJ9vRyv9gYwa9jRWCuXRfA3x50=";
hash = "sha256-Ctl7RElRWaB4IpBZD5Sm0rYOcv5zaIag78VTKoFlbVs=";
};
nativeBuildInputs = [ cmake pkg-config ]