Commit 7115a2b7 authored by Henri Rosten's avatar Henri Rosten
Browse files

vulnix: 1.10.2 -> 1.11.0

parent bfa9810f
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -6,21 +6,18 @@
  ronn,
}:

python3Packages.buildPythonApplication {
python3Packages.buildPythonApplication rec {
  pname = "vulnix";
  version = "1.10.2";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "vulnix";
    rev = "9abfc80da0b4135e982332e448a3969f3b28785b";
    hash = "sha256-gSgAGN7LlciW4uY3VS49CbZ9WuRUcduJ5V7JesA8OVo=";
    tag = version;
    hash = "sha256-bQjmAmTRP/ce25hSP1nTtuDmUtk46DxkKWtylJRoj3s=";
  };

  postPatch = ''
    substituteInPlace setup.cfg \
      --replace "--flake8" ""
  '';
  __darwinAllowLocalNetworking = true;

  outputs = [
    "out"