Merge pull request #315994 from r-ryantm/auto-update/ggshield

ggshield: 1.27.0 -> 1.28.0
This commit is contained in:
Fabian Affolter 2024-06-01 19:32:18 +02:00 committed by GitHub
commit 885d02801b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ggshield";
version = "1.27.0";
version = "1.28.0";
pyproject = true;
src = fetchFromGitHub {
owner = "GitGuardian";
repo = "ggshield";
rev = "refs/tags/v${version}";
hash = "sha256-esrDJar9J7V0ZIupfyURFWeGigV04Kxo06o/jMz17Fk=";
hash = "sha256-iayxm234Rvi5O0Vb0RCid0iAvRQ2fCjoKAQVJY/9nbE=";
};
pythonRelaxDeps = true;