netexec: 1.4.0 -> 1.5.0

This commit is contained in:
Mag1cByt3s
2025-12-26 07:31:28 +01:00
parent 57fa795b96
commit 4f596a2d51
+3 -3
View File
@@ -10,11 +10,11 @@ let
self = python;
packageOverrides = self: super: {
impacket = super.impacket.overridePythonAttrs {
version = "0.12.0-unstable-2025-03-14";
version = "0.14.0-unstable-2025-12-03";
src = fetchFromGitHub {
owner = "fortra";
repo = "impacket";
rev = "8b4566b12fc79acb520d045dbae8f13446a9d4d7";
rev = "caba5facdd3a01b5d0decc6daf5871839f22f792";
hash = "sha256-jyn5qSSAipGYhHm2EROwDHa227mnmW+d+0H0/++i1OY=";
};
# Fix version to be compliant with Python packaging rules
@@ -28,7 +28,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "netexec";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {