Merge pull request #300895 from trofi/SDL2-update

SDL2: 2.30.1 -> 2.30.2
This commit is contained in:
Mario Rodas 2024-04-05 22:00:48 -05:00 committed by GitHub
commit 6177b963e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -58,13 +58,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "SDL2";
version = "2.30.1";
version = "2.30.2";
src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL";
rev = "release-${finalAttrs.version}";
hash = "sha256-nwmmyJK1/5Mu7l1YCk4PsasJIrx3jdiM5f/Cu3n0paA=";
hash = "sha256-yYYtsF6+IKynXpfay0rUmCQPdL8vp6dlmon8N7UG89A=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];