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 { python3.pkgs.buildPythonApplication rec {
pname = "ggshield"; pname = "ggshield";
version = "1.44.1"; version = "1.45.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GitGuardian"; owner = "GitGuardian";
repo = "ggshield"; repo = "ggshield";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-PHCrUzZmpjZMAfKinBYahhwQFjByaIQ/2udSqoGMmdU="; hash = "sha256-9UjdAnDcUxs/2pdhnJYncw2NBPiLpxUL5T74qbX5AcY=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;