Merge pull request #300895 from trofi/SDL2-update

SDL2: 2.30.1 -> 2.30.2

authored by Mario Rodas and committed by GitHub 6177b963 9a92af3a

+2 -2
+2 -2
pkgs/development/libraries/SDL2/default.nix
··· 58 59 stdenv.mkDerivation (finalAttrs: { 60 pname = "SDL2"; 61 - version = "2.30.1"; 62 63 src = fetchFromGitHub { 64 owner = "libsdl-org"; 65 repo = "SDL"; 66 rev = "release-${finalAttrs.version}"; 67 - hash = "sha256-nwmmyJK1/5Mu7l1YCk4PsasJIrx3jdiM5f/Cu3n0paA="; 68 }; 69 dontDisableStatic = if withStatic then 1 else 0; 70 outputs = [ "out" "dev" ];
··· 58 59 stdenv.mkDerivation (finalAttrs: { 60 pname = "SDL2"; 61 + version = "2.30.2"; 62 63 src = fetchFromGitHub { 64 owner = "libsdl-org"; 65 repo = "SDL"; 66 rev = "release-${finalAttrs.version}"; 67 + hash = "sha256-yYYtsF6+IKynXpfay0rUmCQPdL8vp6dlmon8N7UG89A="; 68 }; 69 dontDisableStatic = if withStatic then 1 else 0; 70 outputs = [ "out" "dev" ];