about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-10-19 09:07:22 +0200
committerGitHub <noreply@github.com>2023-10-19 09:07:22 +0200
commited16b7e4e6bce3ada92bc11be6313ba331da317a (patch)
tree9e647483cb90667f345f29790fde121ac3394349 /pkgs/tools
parent458ef9126aa380996d77d44f53f886c2d8485f53 (diff)
parent6ac42b626156a505a721c2030c489c8f823400fa (diff)
Merge pull request #261769 from fabaff/ggshield-bump
ggshield: 1.19.1 -> 1.20.0
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 f2cf2e9050d83..e24aff905f129 100644
--- a/pkgs/tools/security/ggshield/default.nix
+++ b/pkgs/tools/security/ggshield/default.nix
@@ -6,14 +6,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "ggshield";
-  version = "1.19.1";
+  version = "1.20.0";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "GitGuardian";
     repo = "ggshield";
     rev = "refs/tags/v${version}";
-    hash = "sha256-yAH1MWviOfo5m7esvnm6KlcQeS62aIqgFD4hzBMbHVU=";
+    hash = "sha256-J2kz8PcR6f7u9+pI1jGAYCakSwj0/WKskQLWuYC5+Hs=";
   };
 
   pythonRelaxDeps = true;