commitizen: 3.5.2 -> 3.7.0
https://github.com/commitizen-tools/commitizen/compare/v3.5.2...3.7.0 https://github.com/commitizen-tools/commitizen/releases/tag/3.7.0 https://github.com/commitizen-tools/commitizen/releases/tag/3.6.0
This commit is contained in:
parent
48112c1e54
commit
65fe58d067
@ -8,14 +8,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "commitizen";
|
||||
version = "3.5.2";
|
||||
version = "3.7.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "commitizen-tools";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-4m3NCnGUX9lHCk6czwzxXLqf8GLi2u2A/crBZYTyplA=";
|
||||
hash = "sha256-KfPIGQ4kIjV/Vuza5wdzp0R62LUluJQ5tY6I8BPFmGk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user