Unverified Commit 42664e81 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

sploitscan: 0.10.5 -> 0.11.0 (#340875)

parents d13bf589 276a3f2a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "sploitscan";
  version = "0.10.5";
  version = "0.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "xaitax";
    repo = "SploitScan";
    rev = "refs/tags/v${version}";
    hash = "sha256-41NR31x/pJttBxv66t5g3s2PwlSBgsk0ybiH7xFs18k=";
    rev = "refs/tags/v.${version}";
    hash = "sha256-d9s0j/78arKnbDCgMJMdUVF/RPfnAl59WAiJ0UvCCUU=";
  };

  pythonRelaxDeps = [