lol

SDL2: 2.24.1 -> 2.24.2

+2 -2
+2 -2
pkgs/development/libraries/SDL2/default.nix
··· 59 59 60 60 stdenv.mkDerivation rec { 61 61 pname = "SDL2"; 62 - version = "2.24.1"; 62 + version = "2.24.2"; 63 63 64 64 src = fetchurl { 65 65 url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz"; 66 - sha256 = "sha256-vBIViLEQUGVZjOOAeAJqQUwo6pXmbtKtq0xE2Aswnhs="; 66 + sha256 = "sha256-s17wqAKwnZDtOt0NysDpWCCAQgKRT1u3sP63EPGhMp8="; 67 67 }; 68 68 dontDisableStatic = if withStatic then 1 else 0; 69 69 outputs = [ "out" "dev" ];