gitlint: 0.17.0 -> 0.18.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2022-11-16 12:44:45 +01:00
parent 14e0c0dba2
commit d048882011
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "gitlint";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "jorisroovers";
repo = "gitlint";
rev = "v${version}";
sha256 = "sha256-RXBMb43BBiJ23X0eKC1kqgLw8iFKJnP5iejY0AWcUrU=";
sha256 = "sha256-MmXzrooN+C9MUaAz4+IEGkGJWHbgvPMSLHgssM0wyN8=";
};
# Upstream splitted the project into gitlint and gitlint-core to