Unverified Commit dd374bb3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

netexec: use python 3.12 (#424176)

parents fa997a32 bebb6c2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {