summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-17 01:56:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-17 01:56:23 +0000
commit887afd30123fc7d7681a042e581e32546c120577 (patch)
tree61962120a02d5e2a710b209227f13ce1667b8439 /pkgs/development/libraries/SDL2
parent3a54369a03c7304901b77ba691ef2b24d682b43f (diff)
downloadnixpkgs-887afd30123fc7d7681a042e581e32546c120577.tar
nixpkgs-887afd30123fc7d7681a042e581e32546c120577.tar.gz
nixpkgs-887afd30123fc7d7681a042e581e32546c120577.tar.bz2
nixpkgs-887afd30123fc7d7681a042e581e32546c120577.tar.lz
nixpkgs-887afd30123fc7d7681a042e581e32546c120577.tar.xz
nixpkgs-887afd30123fc7d7681a042e581e32546c120577.tar.zst
nixpkgs-887afd30123fc7d7681a042e581e32546c120577.zip
SDL2: 2.26.4 -> 2.26.5
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 681dd6515cd..a22be3089d6 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.26.4";
+  version = "2.26.5";
 
   src = fetchurl {
     url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
-    sha256 = "sha256-Gg9oZJj7dorZ8/gLOQN6fQBurAk6rTnLTrzIMqiIcjE=";
+    sha256 = "sha256-rY/qPaG+ZMg8RbHTY6a0uo/WD1veOyPsc4VXCexeq/c=";
   };
   dontDisableStatic = if withStatic then 1 else 0;
   outputs = [ "out" "dev" ];