Skip to content

Commit

Permalink
SDL2: 2.26.3 -> 2.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Mar 11, 2023
1 parent d2c528f commit 8e8be88
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 @@ -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

0 comments on commit 8e8be88

Please sign in to comment.