Commit fc857b61 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent de1d4505
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "tartufo";
  version = "5.0.1";
  version = "5.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "godaddy";
    repo = "tartufo";
    rev = "refs/tags/v${version}";
    hash = "sha256-mwwenmSCxnzD2DLf1a/dsQjwJ2GetMgRGj/noqWJ/E0=";
    hash = "sha256-s7gqGvOnie7lGlpW3wfd8igWfowxwg9mftRjiHnvedc=";
  };

  pythonRelaxDeps = [ "tomlkit" ];