SDL2: 2.30.10 -> 2.30.11

Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.11
This commit is contained in:
Sergei Trofimovich
2025-01-05 06:29:31 +00:00
parent ebf8104732
commit 0cba7b74db
+2 -2
View File
@@ -70,13 +70,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2";
version = "2.30.10";
version = "2.30.11";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL";
rev = "release-${finalAttrs.version}";
hash = "sha256-ogIHGcSg9ACrH62HM+sQFeB2o9gyUq/Vq7fKIy5jNL0=";
hash = "sha256-2NVZNqYhnAsljuF0BhBSJ5HmE9cS41gJep4Q3VxUGkY=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [