Unverified Commit 85bba005 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #216000 from r-ryantm/auto-update/appthreat-depscan

appthreat-depscan: 3.5.3 -> 3.6.0
parents b9577233 e5274ea4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "appthreat-depscan";
  version = "3.5.3";
  version = "3.6.0";

  src = fetchFromGitHub {
    owner = "AppThreat";
    repo = "dep-scan";
    rev = "refs/tags/v${version}";
    hash = "sha256-D/i1KGKPuhayKU8jaXhWnVgpU5Z/SG12AW8R7bgSQh8=";
    hash = "sha256-U8vHwdL1O54X0jPhcjTN/J1U7dKQgFEMfc6lbXe2Ff0=";
  };

  propagatedBuildInputs = with python3.pkgs; [