From a56a1fe26e1509bb7a21fdf1d7448f780711f818 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 6 Jan 2023 16:56:16 +0000 Subject: [PATCH] SDL2: 2.24.2 -> 2.26.2 --- 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 a38761ed7c503..f19f8cdbcb451 100644 --- a/pkgs/development/libraries/SDL2/default.nix +++ b/pkgs/development/libraries/SDL2/default.nix @@ -59,11 +59,11 @@ with lib; stdenv.mkDerivation rec { pname = "SDL2"; - version = "2.24.2"; + version = "2.26.2"; src = fetchurl { url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz"; - sha256 = "sha256-s17wqAKwnZDtOt0NysDpWCCAQgKRT1u3sP63EPGhMp8="; + sha256 = "sha256-ldObw94Df736ciYjc3NAZI3k8YCmAbCvrSdkXRULmeA="; }; dontDisableStatic = if withStatic then 1 else 0; outputs = [ "out" "dev" ];