Skip to content

Commit

Permalink
Merge pull request #220676 from superherointj/SDL2-2.26.4
Browse files Browse the repository at this point in the history
SDL2: 2.26.3 -> 2.26.4
  • Loading branch information
superherointj authored Mar 12, 2023
2 parents 681b1c2 + 490e77c commit 5ad547c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/SDL2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

stdenv.mkDerivation rec {
pname = "SDL2";
version = "2.26.3";
version = "2.26.4";

src = fetchurl {
url = "https://www.libsdl.org/release/${pname}-${version}.tar.gz";
sha256 = "sha256-xmEgWlU7fSUkJfS3Uf8TIJ5eAguHa7+hWYSUr2F5AFc=";
sha256 = "sha256-Gg9oZJj7dorZ8/gLOQN6fQBurAk6rTnLTrzIMqiIcjE=";
};
dontDisableStatic = if withStatic then 1 else 0;
outputs = [ "out" "dev" ];
Expand Down Expand Up @@ -173,6 +173,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.libsdl.org/";
license = licenses.zlib;
platforms = platforms.all;
maintainers = with maintainers; [ cpages ];
maintainers = with maintainers; [ cpages superherointj ];
};
}

0 comments on commit 5ad547c

Please sign in to comment.