summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-11 11:52:03 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-03-11 11:53:28 -0300
commit8e8be88067fc568d81f88ad6a93fd03218d9ca60 (patch)
treee6c1f06b2592f2c8757930c3bcc4ba0ec22097a0 /pkgs/development/libraries/SDL2
parentd2c528f01fe76f5cc4debaade390c48d1809ac7e (diff)
downloadnixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.tar
nixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.tar.gz
nixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.tar.bz2
nixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.tar.lz
nixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.tar.xz
nixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.tar.zst
nixpkgs-8e8be88067fc568d81f88ad6a93fd03218d9ca60.zip
SDL2: 2.26.3 -> 2.26.4
Release: https://github.com/libsdl-org/SDL/releases/tag/release-2.26.4
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 91f0af4e7ea..6bf606c5a23 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -57,11 +57,11 @@
 
 stdenv.mkDerivation rec {
   pname = "SDL2";
-  version = "2.26.3";
+  version = "2.26.4";
 
   src = fetchurl {
     url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
-    sha256 = "sha256-xmEgWlU7fSUkJfS3Uf8TIJ5eAguHa7+hWYSUr2F5AFc=";
+    sha256 = "sha256-Gg9oZJj7dorZ8/gLOQN6fQBurAk6rTnLTrzIMqiIcjE=";
   };
   dontDisableStatic = if withStatic then 1 else 0;
   outputs = [ "out" "dev" ];