From b534bb4752e8c6a47ad0cfac1b5b31ee36b786e6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 28 Nov 2023 23:42:28 +0100 Subject: [PATCH] ggshield: 1.22.0 -> 1.22.0 Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.22.0...v1.22.0 Changelog: https://github.com/GitGuardian/ggshield/blob/1.22.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 588737006602..06f8796db864 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.21.0"; + version = "1.22.0"; format = "pyproject"; src = fetchFromGitHub { owner = "GitGuardian"; repo = "ggshield"; rev = "refs/tags/v${version}"; - hash = "sha256-wAYjt/sTo62wn1sdW9ATkzL54mhHj3soAn8+vsX4ZYw="; + hash = "sha256-AxFztqD43KqX0r8tZz4ltjUh2x42kdPqi+b/OunpPF4="; }; pythonRelaxDeps = true; @@ -42,6 +42,7 @@ python3.pkgs.buildPythonApplication rec { nativeCheckInputs = [ git ] ++ (with python3.pkgs; [ + jsonschema pyfakefs pytest-mock pytest-voluptuous