We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 409ee5c + 7115a2b commit 135faf1Copy full SHA for 135faf1
pkgs/by-name/vu/vulnix/package.nix
@@ -6,21 +6,18 @@
6
ronn,
7
}:
8
9
-python3Packages.buildPythonApplication {
+python3Packages.buildPythonApplication rec {
10
pname = "vulnix";
11
- version = "1.10.2";
+ version = "1.11.0";
12
13
src = fetchFromGitHub {
14
owner = "nix-community";
15
repo = "vulnix";
16
- rev = "9abfc80da0b4135e982332e448a3969f3b28785b";
17
- hash = "sha256-gSgAGN7LlciW4uY3VS49CbZ9WuRUcduJ5V7JesA8OVo=";
+ tag = version;
+ hash = "sha256-bQjmAmTRP/ce25hSP1nTtuDmUtk46DxkKWtylJRoj3s=";
18
};
19
20
- postPatch = ''
21
- substituteInPlace setup.cfg \
22
- --replace "--flake8" ""
23
- '';
+ __darwinAllowLocalNetworking = true;
24
25
outputs = [
26
"out"
0 commit comments