SDL2: 2.30.4 -> 2.30.5

Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.30.5
This commit is contained in:
Sergei Trofimovich 2024-07-04 09:38:25 +01:00
parent 2acedbbdb3
commit e8913e8f3e

View File

@ -58,13 +58,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2";
version = "2.30.4";
version = "2.30.5";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL";
rev = "release-${finalAttrs.version}";
hash = "sha256-RhqbmS+mPVlXlo4/jrqPqtyGzvfaPTozlUEeAjHUBoA=";
hash = "sha256-ZonlvXAAWCTfDYf/w5RxP1Av67v89kex4H43xkbPYEA=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];