Skip to content

Commit 135faf1

Browse files
authored
vulnix: 1.10.2 -> 1.11.0 (NixOS#391784)
2 parents 409ee5c + 7115a2b commit 135faf1

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pkgs/by-name/vu/vulnix/package.nix

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@
66
ronn,
77
}:
88

9-
python3Packages.buildPythonApplication {
9+
python3Packages.buildPythonApplication rec {
1010
pname = "vulnix";
11-
version = "1.10.2";
11+
version = "1.11.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "nix-community";
1515
repo = "vulnix";
16-
rev = "9abfc80da0b4135e982332e448a3969f3b28785b";
17-
hash = "sha256-gSgAGN7LlciW4uY3VS49CbZ9WuRUcduJ5V7JesA8OVo=";
16+
tag = version;
17+
hash = "sha256-bQjmAmTRP/ce25hSP1nTtuDmUtk46DxkKWtylJRoj3s=";
1818
};
1919

20-
postPatch = ''
21-
substituteInPlace setup.cfg \
22-
--replace "--flake8" ""
23-
'';
20+
__darwinAllowLocalNetworking = true;
2421

2522
outputs = [
2623
"out"

0 commit comments

Comments
 (0)