SDL2: 2.28.0 -> 2.28.1

Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-2.28.1
This commit is contained in:
K900 2023-07-12 09:46:59 +03:00
parent 4d2d9f544a
commit 42848722a9

View file

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