Commit f4793e27 authored by R. RyanTM's avatar R. RyanTM
Browse files

appthreat-depscan: 3.2.7 -> 3.3.0

parent 96ba5e03
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.2.7";
  version = "3.3.0";

  src = fetchFromGitHub {
    owner = "AppThreat";
    repo = "dep-scan";
    rev = "refs/tags/v${version}";
    hash = "sha256-nHKEELQzcMKvxAC+u4lPBglsMwyzRpiQF3O+felHTbk=";
    hash = "sha256-PHyg52I8I9TeSoWKLx2aqMF7Csym4Hnq83fO3hcVEOc=";
  };

  propagatedBuildInputs = with python3.pkgs; [