natron: use python312

Shiboken2 is broken on Python 3.13.
This commit is contained in:
Robert Schütz
2025-06-16 13:27:06 -07:00
parent 71c373c41e
commit bf1a8fc6b4
+2 -1
View File
@@ -13,7 +13,7 @@
extra-cmake-modules,
glog,
libXdmcp,
python3,
python312,
wayland,
}:
@@ -26,6 +26,7 @@ let
rev = "Natron-v${minorVersion}";
hash = "sha256-TD7Uge9kKbFxOmOCn+TSQovnKTmFS3uERTu5lmZFHbc=";
};
python3 = python312;
in
stdenv.mkDerivation {
inherit version;