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

badsecrets: 0.10.35 -> 0.11.118 (#433007)

parents 69ad62b4 c1b2eed1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "badsecrets";
  version = "0.10.35";
  version = "0.11.118";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "blacklanternsecurity";
    repo = "badsecrets";
    tag = "v${version}";
    hash = "sha256-i80f4qPX695HFdNefIT2sqcKsdMTEiYXUltF2Gj6aAI=";
    hash = "sha256-7jKhXFrtZI+Xzs7R8E3zJNN3wTEkuTuhc3PGn6JOzTU=";
  };

  build-system = [