1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-04 23:02:38 +03:00

ggshield: 1.32.0 -> 1.32.1 (#347251)

This commit is contained in:
Fabian Affolter 2024-10-08 16:15:23 +02:00 committed by GitHub
commit a6e7e8d102
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "ggshield"; pname = "ggshield";
version = "1.32.0"; version = "1.32.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GitGuardian"; owner = "GitGuardian";
repo = "ggshield"; repo = "ggshield";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-yqR5kgXhR4YUih46RuSlOmD2CgdN40QpUho6WTha60U="; hash = "sha256-9x/Shh7nYPM5BpeVW2xXCD0JIxNwRl1sXi/cE1EhD4o=";
}; };
pythonRelaxDeps = true; pythonRelaxDeps = true;