mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sdl3: 3.4.10 -> 3.4.12
Changes: https://github.com/libsdl-org/SDL/releases/tag/release-3.4.12
This commit is contained in:
parent
bf6fdb7e3a
commit
4fadb90a41
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ assert lib.assertMsg (ibusSupport -> dbusSupport) "SDL3 requires dbus support to
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sdl3";
|
||||
version = "3.4.10";
|
||||
version = "3.4.12";
|
||||
|
||||
outputs = [
|
||||
"lib"
|
||||
|
|
@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "libsdl-org";
|
||||
repo = "SDL";
|
||||
tag = "release-${finalAttrs.version}";
|
||||
hash = "sha256-6Dph2eLiJUmpQzPWe8EuY5LrWhrFwde2f2dwfgCcWNw=";
|
||||
hash = "sha256-b6l3HgdhqIe9LazJmLivbCJgbKPAS8S54fuB9xvgalI=";
|
||||
};
|
||||
|
||||
postPatch =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue