Merge pull request #220676 from superherointj/SDL2-2.26.4

SDL2: 2.26.3 -> 2.26.4
This commit is contained in:
superherointj 2023-03-12 11:13:05 -03:00 committed by GitHub
commit 5ad547c708
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.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" ];
@ -173,6 +173,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.libsdl.org/";
license = licenses.zlib;
platforms = platforms.all;
maintainers = with maintainers; [ cpages ];
maintainers = with maintainers; [ cpages superherointj ];
};
}