mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
tartufo: 5.0.1 -> 5.0.2
Diff: https://github.com/godaddy/tartufo/compare/refs/tags/v5.0.1...v5.0.2 Changelog: https://github.com/godaddy/tartufo/blob/refs/tags/v5.0.2/CHANGELOG.md
This commit is contained in:
parent
de1d45059e
commit
fc857b618b
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue