Unverified Commit 8a1aed05 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

appthreat-depscan: 3.0.2 -> 3.0.3
parents 943c96eb 263a1252
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.0.2";
  version = "3.0.3";

  src = fetchFromGitHub {
    owner = "AppThreat";
    repo = "dep-scan";
    rev = "refs/tags/v${version}";
    hash = "sha256-AxdtphC9dVd/o52hW8L+5gaEDeP9wvR0vSZS3XY9sAw=";
    hash = "sha256-JxaimM9sL6khTGJoSUFO2Dzlki6uoyqXEJznk6UHK/0=";
  };

  propagatedBuildInputs = with python3.pkgs; [