ggshield: 1.44.1 -> 1.45.0 (#462642)

This commit is contained in:
Fabian Affolter
2025-11-17 19:03:05 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ggshield";
version = "1.44.1";
version = "1.45.0";
pyproject = true;
src = fetchFromGitHub {
owner = "GitGuardian";
repo = "ggshield";
tag = "v${version}";
hash = "sha256-PHCrUzZmpjZMAfKinBYahhwQFjByaIQ/2udSqoGMmdU=";
hash = "sha256-9UjdAnDcUxs/2pdhnJYncw2NBPiLpxUL5T74qbX5AcY=";
};
pythonRelaxDeps = true;