Unverified Commit 733dcaf5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

appthreat-depscan: 2.2.1 -> 2.3.0
parents 77843fd0 ad351809
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 = "2.2.1";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "AppThreat";
    repo = "dep-scan";
    rev = "refs/tags/v${version}";
    hash = "sha256-O6RHd7akTuslM+nt+4OilrjZvJs6B3BzkjjlRaty9Tg=";
    hash = "sha256-9N/PQVglXyHY0La1guvLzTHNq7QFftDWxPPwMN4Pvvo=";
  };

  propagatedBuildInputs = with python3.pkgs; [