netexec: updating impacket rev

(cherry picked from commit bc82b506a0)
This commit is contained in:
Vinicius Bernardino
2025-07-17 20:04:50 -03:00
committed by github-actions[bot]
parent 7caa330c49
commit ac28d19b35

View File

@@ -9,12 +9,12 @@ let
self = python;
packageOverrides = self: super: {
impacket = super.impacket.overridePythonAttrs {
version = "0.12.0.dev1-unstable-2023-11-30";
version = "0.12.0-unstable-2025-03-14";
src = fetchFromGitHub {
owner = "Pennyw0rth";
owner = "fortra";
repo = "impacket";
rev = "d370e6359a410063b2c9c68f6572c3b5fb178a38";
hash = "sha256-Jozn4lKAnLQ2I53+bx0mFY++OH5P4KyqVmrS5XJUY3E=";
rev = "8b4566b12fc79acb520d045dbae8f13446a9d4d7";
hash = "sha256-jyn5qSSAipGYhHm2EROwDHa227mnmW+d+0H0/++i1OY=";
};
# Fix version to be compliant with Python packaging rules
postPatch = ''