about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-09-25 09:05:35 +0200
committerGitHub <noreply@github.com>2024-09-25 09:05:35 +0200
commitc153756ce94ddf270936f99824fd9f33de8a29cd (patch)
tree307e8e48abde737060edcf69802494f892c3786c /pkgs/tools
parent67cdac5aaaa9e5e6e1adbd5ee46f230dc5e316de (diff)
parent3500285c75b17856894b4cb1b6dba0e8e6de0b22 (diff)
ggshield: 1.31.0 -> 1.32.0 (#344283)
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/ggshield/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ggshield/default.nix b/pkgs/tools/security/ggshield/default.nix
index af20cb3ff7756..61c5daf41a239 100644
--- a/pkgs/tools/security/ggshield/default.nix
+++ b/pkgs/tools/security/ggshield/default.nix
@@ -7,14 +7,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "ggshield";
-  version = "1.31.0";
+  version = "1.32.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "GitGuardian";
     repo = "ggshield";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ShczC0DvAO92apkNq5oyYRbkqGdqwl6vaCY1hn8O6so=";
+    hash = "sha256-yqR5kgXhR4YUih46RuSlOmD2CgdN40QpUho6WTha60U=";
   };
 
   pythonRelaxDeps = true;