lol

natron: use python312

Shiboken2 is broken on Python 3.13.

+2 -1
+2 -1
pkgs/applications/video/natron/default.nix
··· 13 13 extra-cmake-modules, 14 14 glog, 15 15 libXdmcp, 16 - python3, 16 + python312, 17 17 wayland, 18 18 }: 19 19 ··· 26 26 rev = "Natron-v${minorVersion}"; 27 27 hash = "sha256-TD7Uge9kKbFxOmOCn+TSQovnKTmFS3uERTu5lmZFHbc="; 28 28 }; 29 + python3 = python312; 29 30 in 30 31 stdenv.mkDerivation { 31 32 inherit version;