Skip to content

Commit

Permalink
Merge pull request #308887 from trofi/SDL2-update
Browse files Browse the repository at this point in the history
SDL2: 2.30.2 -> 2.30.3
  • Loading branch information
marsam authored May 16, 2024
2 parents cbddeb5 + a086a66 commit a6561ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/SDL2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "SDL2";
version = "2.30.2";
version = "2.30.3";

src = fetchFromGitHub {
owner = "libsdl-org";
repo = "SDL";
rev = "release-${finalAttrs.version}";
hash = "sha256-yYYtsF6+IKynXpfay0rUmCQPdL8vp6dlmon8N7UG89A=";
hash = "sha256-ycY/AkWulV3vAu/+vKw+j/b6jTZWjqKjIgjRwqNHFl8=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];
Expand Down

0 comments on commit a6561ae

Please sign in to comment.