From 2d16f72cfffbea9d8e8d298b973ec608368da9bb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 27 Mar 2025 22:58:12 +0100 Subject: [PATCH] ggshield: 1.37.0 -> 1.38.0 Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.37.0...v1.38.0 Changelog: https://github.com/GitGuardian/ggshield/blob/1.38.0/CHANGELOG.md --- pkgs/tools/security/ggshield/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/ggshield/default.nix b/pkgs/tools/security/ggshield/default.nix index 250ac8c1211c..964bf2551b88 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.37.0"; + version = "1.38.0"; pyproject = true; src = fetchFromGitHub { owner = "GitGuardian"; repo = "ggshield"; tag = "v${version}"; - hash = "sha256-5Fh0wLsI3syfrk/TE5P08gsmMdZ427agQ2/yilW0Sx8="; + hash = "sha256-bdAC7ILCSUhY71TP9ZUl0c2YpSAYfEQP5V8EOCg4z9I="; }; pythonRelaxDeps = true; @@ -36,6 +36,7 @@ python3.pkgs.buildPythonApplication rec { pyyaml requests rich + truststore ]; nativeCheckInputs =