From 0cba7b74db33480884148589592b3c71e9533d7e Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 5 Jan 2025 06:22:36 +0000 Subject: [PATCH] SDL2: 2.30.10 -> 2.30.11 Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.11 --- pkgs/development/libraries/SDL2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix index 2992414e527c..a1db79c06a86 100644 --- a/pkgs/development/libraries/SDL2/default.nix +++ b/pkgs/development/libraries/SDL2/default.nix @@ -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 = [