sdl3: 3.4.12 -> 3.4.14

Changelog: https://github.com/libsdl-org/SDL/releases/tag/release-3.4.14
This commit is contained in:
Peder Bergebakken Sundt
2026-08-04 01:17:35 +02:00
parent 7acf45fcfe
commit 6e8d3200c1

View File

@@ -70,7 +70,7 @@ assert lib.assertMsg (ibusSupport -> dbusSupport) "SDL3 requires dbus support to
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3";
version = "3.4.12";
version = "3.4.14";
outputs = [
"lib"
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL";
tag = "release-${finalAttrs.version}";
hash = "sha256-b6l3HgdhqIe9LazJmLivbCJgbKPAS8S54fuB9xvgalI=";
hash = "sha256-HzV5Fq+PhJr/dQBCVm2WL1BdaI4GG+W+B0scttjdRuQ=";
};
postPatch =