From 601161ee17fadad0d1326461020fcbbcd9e455cd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Feb 2025 11:23:27 +0100 Subject: [PATCH] ggshield: 1.35.0 -> 1.36.0 Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.35.0...v1.36.0 Changelog: https://github.com/GitGuardian/ggshield/blob/1.36.0/CHANGELOG.md --- pkgs/tools/security/ggshield/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/ggshield/default.nix b/pkgs/tools/security/ggshield/default.nix index 70c65d358361..f4e0b286a31a 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.35.0"; + version = "1.36.0"; pyproject = true; src = fetchFromGitHub { owner = "GitGuardian"; repo = "ggshield"; tag = "v${version}"; - hash = "sha256-ystZS5TYmu6Y86lGTAEXzQlV2/eowQJ+UQqLPtvwdpE="; + hash = "sha256-qHGReoIRgqpolQvtzysXtcFJGzavdG6osh4u1ctvHuo="; }; pythonRelaxDeps = true; @@ -57,8 +57,6 @@ python3.pkgs.buildPythonApplication rec { # Don't run functional tests "tests/functional/" "tests/unit/cmd/honeytoken" - "tests/unit/cmd/iac" - "tests/unit/cmd/sca/" "tests/unit/cmd/scan/" "tests/test_factories.py" ]; @@ -76,6 +74,8 @@ python3.pkgs.buildPythonApplication rec { "test_file_is_longer_than_does_not_read_utf8_file" "test_file_is_longer_using_8bit_codec" "test_generate_files_from_paths" + # Nixpkgs issue + "test_get_file_sha_in_ref" ]; meta = with lib; {