1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Fabian Affolter 2024-10-19 21:16:57 +02:00
parent de1d45059e
commit fc857b618b

View file

@ -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" ];