Merge pull request #218725 from r-ryantm/auto-update/SDL2

SDL2: 2.24.2 -> 2.26.3
This commit is contained in:
superherointj 2023-02-28 10:15:11 -03:00 committed by GitHub
commit f254f935b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,11 +57,11 @@
stdenv.mkDerivation rec {
pname = "SDL2";
version = "2.24.2";
version = "2.26.3";
src = fetchurl {
url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
sha256 = "sha256-s17wqAKwnZDtOt0NysDpWCCAQgKRT1u3sP63EPGhMp8=";
sha256 = "sha256-xmEgWlU7fSUkJfS3Uf8TIJ5eAguHa7+hWYSUr2F5AFc=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];