SDL2: 2.28.1 -> 2.28.2

Changes: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.2
This commit is contained in:
Sergei Trofimovich 2023-08-12 07:32:05 +01:00
parent 7ad1b2d4e1
commit 0c23400bf9

View file

@ -55,11 +55,11 @@
stdenv.mkDerivation rec {
pname = "SDL2";
version = "2.28.1";
version = "2.28.2";
src = fetchurl {
url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
sha256 = "sha256-SXfOulwAVNvmwvEUZBrO1DzjvytB6mS2o3LWuhKcsV0=";
hash = "sha256-ZLEQL6Igk1FbAu8z3Yc53uG6V+nbumoJKUK4u+0aHF4=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];