netexec: use python 3.12 (#424176)

This commit is contained in:
Fabian Affolter
2025-07-13 09:23:38 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
lib,
stdenv,
fetchFromGitHub,
python3,
python312,
writableTmpDirAsHomeHook,
}:
let
python = python3.override {
python = python312.override {
self = python;
packageOverrides = self: super: {
impacket = super.impacket.overridePythonAttrs {