SDL2: 2.30.11 -> 2.30.12 (#378949)

This commit is contained in:
K900
2025-02-09 09:24:12 +03:00
committed by GitHub
+2 -2
View File
@@ -70,13 +70,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2";
version = "2.30.11";
version = "2.30.12";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL";
rev = "release-${finalAttrs.version}";
hash = "sha256-2NVZNqYhnAsljuF0BhBSJ5HmE9cS41gJep4Q3VxUGkY=";
hash = "sha256-9f7V15p8Cso1TVxcd7bEFGO3C3oIhQikyLh4pWXLaiA=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [