SDL2: 2.24.0 -> 2.24.1

This commit is contained in:
Jan Solanti
2022-11-07 15:25:49 +01:00
committed by Sandro Jäckel
parent 19a0988af4
commit 89c92a9206
+2 -2
View File
@@ -59,11 +59,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "SDL2";
version = "2.24.0";
version = "2.24.1";
src = fetchurl {
url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
sha256 = "sha256-keTDSxdo+S05mweOFxRIxq8Yyv2nQ5h+0gZKKJVNbZc=";
sha256 = "sha256-vBIViLEQUGVZjOOAeAJqQUwo6pXmbtKtq0xE2Aswnhs=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];