pre-commit: 4.0.1 → 4.2.0 (#411111)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
nodejs,
|
||||
perl,
|
||||
cabal-install,
|
||||
julia,
|
||||
pre-commit,
|
||||
}:
|
||||
|
||||
@@ -20,7 +21,7 @@ let
|
||||
in
|
||||
buildPythonApplication rec {
|
||||
pname = "pre-commit";
|
||||
version = "4.0.1";
|
||||
version = "4.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -29,7 +30,7 @@ buildPythonApplication rec {
|
||||
owner = "pre-commit";
|
||||
repo = "pre-commit";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-qMNnzAxJOS7mabHmGYZ/VkDrpaZbqTJyETSCxq/OrGQ=";
|
||||
hash = "sha256-rUhI9NaxyRfLu/mfLwd5B0ybSnlAQV2Urx6+fef0sGM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -60,6 +61,7 @@ buildPythonApplication rec {
|
||||
pytestCheckHook
|
||||
re-assert
|
||||
cabal-install
|
||||
julia
|
||||
]
|
||||
++ lib.optionals (!i686Linux) [
|
||||
# coursier can be moved back to the main nativeCheckInputs list once we’re able to bootstrap a
|
||||
@@ -135,6 +137,7 @@ buildPythonApplication rec {
|
||||
"test_additional_node_dependencies_installed"
|
||||
"test_additional_rust_cli_dependencies_installed"
|
||||
"test_additional_rust_lib_dependencies_installed"
|
||||
"test_automatic_toolchain_switching"
|
||||
"test_coursier_hook"
|
||||
"test_coursier_hook_additional_dependencies"
|
||||
"test_dart"
|
||||
@@ -150,6 +153,8 @@ buildPythonApplication rec {
|
||||
"test_language_version_with_rustup"
|
||||
"test_installs_rust_missing_rustup"
|
||||
"test_installs_without_links_outside_env"
|
||||
"test_julia_hook"
|
||||
"test_julia_repo_local"
|
||||
"test_local_golang_additional_deps"
|
||||
"test_lua"
|
||||
"test_lua_additional_dependencies"
|
||||
|
||||
Reference in New Issue
Block a user