Skip to content

Commit ad8ff63

Browse files
authored
responder: 3.1.7.0 -> 3.2.0.0 (#477622)
2 parents d6bdec3 + 9426833 commit ad8ff63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/re/responder/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
python3,
66
}:
77

8-
python3.pkgs.buildPythonApplication rec {
8+
python3.pkgs.buildPythonApplication (finalAttrs: {
99
pname = "responder";
10-
version = "3.1.7.0";
10+
version = "3.2.0.0";
1111
format = "other";
1212

1313
src = fetchFromGitHub {
1414
owner = "lgandx";
1515
repo = "Responder";
16-
tag = "v${version}";
17-
hash = "sha256-ZC74VFnixSc97fRkRSOJmc39YLIP95qAUFydIcyzNdo=";
16+
tag = "v${finalAttrs.version}";
17+
hash = "sha256-2E1V5rnIvshSYV7F1iMr/1yGdSGQRCUdEwsTzJvVhaw=";
1818
};
1919

2020
nativeBuildInputs = [
@@ -55,4 +55,4 @@ python3.pkgs.buildPythonApplication rec {
5555
maintainers = with lib.maintainers; [ fab ];
5656
mainProgram = "responder";
5757
};
58-
}
58+
})

0 commit comments

Comments
 (0)