Merge pull request #266819 from fabaff/ggshield-bump

ggshield: 1.20.0 -> 1.21.0
This commit is contained in:
Fabian Affolter 2023-11-11 12:59:04 +01:00 committed by GitHub
commit 55fa826726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ggshield";
version = "1.20.0";
version = "1.21.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "GitGuardian";
repo = "ggshield";
rev = "refs/tags/v${version}";
hash = "sha256-J2kz8PcR6f7u9+pI1jGAYCakSwj0/WKskQLWuYC5+Hs=";
hash = "sha256-wAYjt/sTo62wn1sdW9ATkzL54mhHj3soAn8+vsX4ZYw=";
};
pythonRelaxDeps = true;