about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-27 12:48:45 +0200
committerGitHub <noreply@github.com>2023-09-27 12:48:45 +0200
commitd6b7ef7c69b3c5c8d63209542a603ee48690c98e (patch)
treeb3a3c1dfbb8fb21b9a45d12bf9cb125e589b4c41 /pkgs
parent926152b5a0c0b91120496f569997514d19ee4c4d (diff)
parenta951eadf051a3bcc834903b3023946aaed2a59e2 (diff)
Merge pull request #257575 from fabaff/ggshield-bump
ggshield: 1.18.0 -> 1.19.1
Diffstat (limited to 'pkgs')
-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 3f275875ed482..f2cf2e9050d83 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.18.0";
+  version = "1.19.1";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "GitGuardian";
     repo = "ggshield";
     rev = "refs/tags/v${version}";
-    hash = "sha256-CWWgt2Ec8ChhH+nL6DkGqI3GsR52HforUYaaxSpKgCs=";
+    hash = "sha256-yAH1MWviOfo5m7esvnm6KlcQeS62aIqgFD4hzBMbHVU=";
   };
 
   pythonRelaxDeps = true;