about summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-07-12 09:46:59 +0300
committerK900 <me@0upti.me>2023-07-12 13:26:11 +0300
commit42848722a9bb49237a45f1a7078bb815055f0656 (patch)
treec44c4a2154f366faca2e5f357743d21d200919ad /pkgs/development/libraries/SDL2
parent4d2d9f544a3fc1c2d55354ee11f0806e531c2f54 (diff)
SDL2: 2.28.0 -> 2.28.1
Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.1
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index 0430a8dae01f5..aa1cd1d809f0f 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -55,11 +55,11 @@
 
 stdenv.mkDerivation rec {
   pname = "SDL2";
-  version = "2.28.0";
+  version = "2.28.1";
 
   src = fetchurl {
     url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
-    sha256 = "sha256-0hWuRUHmnWKJU3EUls17DouNXI2BHVsPmP3H/RQimYo=";
+    sha256 = "sha256-SXfOulwAVNvmwvEUZBrO1DzjvytB6mS2o3LWuhKcsV0=";
   };
   dontDisableStatic = if withStatic then 1 else 0;
   outputs = [ "out" "dev" ];