Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ggshield: 1.20.0 -> 1.21.0

Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.20.0...v1.21.0

Changelog: https://github.com/GitGuardian/ggshield/blob/1.21.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/tools/security/ggshield/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ggshield"; 9 - version = "1.20.0"; 9 + version = "1.21.0"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "GitGuardian"; 14 14 repo = "ggshield"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-J2kz8PcR6f7u9+pI1jGAYCakSwj0/WKskQLWuYC5+Hs="; 16 + hash = "sha256-wAYjt/sTo62wn1sdW9ATkzL54mhHj3soAn8+vsX4ZYw="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true;