Unverified Commit 8372165b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #308682 from r-ryantm/auto-update/dep-scan

dep-scan: 5.3.3 -> 5.3.4
parents 5ee6425c 2e482ea1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "dep-scan";
  version = "5.3.3";
  version = "5.3.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "owasp-dep-scan";
    repo = "dep-scan";
    rev = "refs/tags/v${version}";
    hash = "sha256-ehQsRTMoHr6LDXCka3/4YcyEKLN7DQW4mUp4nyid/aE=";
    hash = "sha256-5iMhl3Wcxwgq4Wr0TUcAuRnb2+y8DHBugnnkpcZfSAM=";
  };

  postPatch = ''