sdl2-compat: 2.32.68 -> 2.32.70 (#529676)

This commit is contained in:
Marcin Serwin
2026-06-08 22:13:51 +00:00
committed by GitHub
+2 -2
View File
@@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "sdl2-compat";
version = "2.32.68";
version = "2.32.70";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "sdl2-compat";
tag = "release-${finalAttrs.version}";
hash = "sha256-66AHlsl53q9efRqZOzI4JiUbaGByrSMoQFj3K7udTsQ=";
hash = "sha256-IKfcF03I+kCewjdEcw7ANd6sCZvjNksIhBfJan9SSUY=";
};
nativeBuildInputs = [