···11diff --git a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
22-index 6d031b4..ecf21f2 100644
22+index 51017f2..46654ab 100644
33--- a/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
44+++ b/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py
55-@@ -293,7 +293,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
55+@@ -398,7 +398,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
66 is_debug = 0
77 # Note that the space in the beginning of each line in the multi-line is important!
88 cmd = [
···11+{ lib, buildPythonPackage, fetchPypi }:
22+33+buildPythonPackage rec {
44+ pname = "pylzma";
55+ version = "0.5.0";
66+77+ # This vendors an old LZMA SDK
88+ # After some discussion, it seemed most reasonable to keep it that way
99+ # xz, and uefi-firmware-parser also does this
1010+ src = fetchPypi {
1111+ inherit pname version;
1212+ sha256 = "074anvhyjgsv2iby2ql1ixfvjgmhnvcwjbdz8gk70xzkzcm1fx5q";
1313+ };
1414+1515+ pythonImportsCheck = [ "pylzma" ];
1616+1717+ meta = with lib; {
1818+ homepage = "https://www.joachim-bauch.de/projects/pylzma/";
1919+ description = "Platform independent python bindings for the LZMA compression library";
2020+ license = licenses.lgpl21Only;
2121+ maintainers = with maintainers; [ dandellion ];
2222+ };
2323+}
···11diff --git a/overlayunit.pas b/overlayunit.pas
22-index 59f6a81..a096543 100644
22+index de8725f..005f171 100644
33--- a/overlayunit.pas
44+++ b/overlayunit.pas
55-@@ -4871,7 +4871,7 @@ begin
55+@@ -5377,7 +5377,7 @@ begin
66 //Determine Mangohud dependency status
7788 //locate MangoHud and store result in tmp folder
···11111212 // Assign Text file dependency_mangohud to variable mangohudVAR
1313 AssignFile(mangohudVAR, '/tmp/goverlay/dependency_mangohud');
1414-@@ -4880,7 +4880,7 @@ begin
1414+@@ -5386,7 +5386,7 @@ begin
1515 CloseFile(mangohudVAR);
16161717 // Read String and store value on mangohuddependencyVALUE based on result
···2020 mangohuddependencyVALUE := 1
2121 else
2222 mangohuddependencyVALUE := 0;
2323-@@ -4889,7 +4889,7 @@ begin
2323+@@ -5395,7 +5395,7 @@ begin
2424 //Determine vkBasalt dependency staus
25252626 //locate vkBasalt and store result in tmp folder
···29293030 // Assign Text file dependency_mangohud to variable mangohudVAR
3131 AssignFile(vkbasaltVAR, '/tmp/goverlay/dependency_vkbasalt');
3232-@@ -4898,7 +4898,7 @@ begin
3232+@@ -5404,7 +5404,7 @@ begin
3333 CloseFile(vkbasaltVAR);
34343535 // Read String and store value on vkbasaltdependencyVALUE based on result