tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
netexec: updating impacket rev
Vinicius Bernardino
7 months ago
bc82b506
e139aa6a
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ne
netexec
package.nix
+4
-4
pkgs/by-name/ne/netexec/package.nix
···
10
10
self = python;
11
11
packageOverrides = self: super: {
12
12
impacket = super.impacket.overridePythonAttrs {
13
13
-
version = "0.12.0.dev1-unstable-2023-11-30";
13
13
+
version = "0.12.0-unstable-2025-03-14";
14
14
src = fetchFromGitHub {
15
15
-
owner = "Pennyw0rth";
15
15
+
owner = "fortra";
16
16
repo = "impacket";
17
17
-
rev = "d370e6359a410063b2c9c68f6572c3b5fb178a38";
18
18
-
hash = "sha256-Jozn4lKAnLQ2I53+bx0mFY++OH5P4KyqVmrS5XJUY3E=";
17
17
+
rev = "8b4566b12fc79acb520d045dbae8f13446a9d4d7";
18
18
+
hash = "sha256-jyn5qSSAipGYhHm2EROwDHa227mnmW+d+0H0/++i1OY=";
19
19
};
20
20
# Fix version to be compliant with Python packaging rules
21
21
postPatch = ''