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

badsecrets: 0.10.35 -> 0.11.118

parent a2a025b8
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 = [