sdl3: 3.2.0 -> 3.2.2 (#379094)

This commit is contained in:
Seth Flynn
2025-02-03 20:29:34 -05:00
committed by GitHub
+2 -2
View File
@@ -53,7 +53,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdl3";
version = "3.2.0";
version = "3.2.2";
outputs = [
"lib"
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "libsdl-org";
repo = "SDL";
tag = "release-${finalAttrs.version}";
hash = "sha256-gVLZPuXtMdFhylxh3+LC/SJCaQiOwZpbVcBGctyGGYY=";
hash = "sha256-AbEwpIxgYl3g4calnWca8Vz/Tw1DnYfZrD1Vl5cSMpk=";
};
postPatch =