From 46d9e7b12cd06cf472cf4e9c6a526c7c9140363e Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Mon, 26 Jan 2026 23:28:42 +0100 Subject: [PATCH] prek: 0.2.30 -> 0.3.0 Changelog: https://github.com/j178/prek/releases/tag/v0.3.0 Diff: https://github.com/j178/prek/compare/v0.2.30...v0.3.0 --- pkgs/by-name/pr/prek/package.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/pr/prek/package.nix b/pkgs/by-name/pr/prek/package.nix index b3dd6ced7c50..99d294b9a114 100644 --- a/pkgs/by-name/pr/prek/package.nix +++ b/pkgs/by-name/pr/prek/package.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "prek"; - version = "0.2.30"; + version = "0.3.0"; src = fetchFromGitHub { owner = "j178"; repo = "prek"; tag = "v${finalAttrs.version}"; - hash = "sha256-IqFUJNFs7a/M9IUNEwW40EZTAh+6a5Ov37xg5c9iwRc="; + hash = "sha256-J4onCCHZ6DT2CtZ8q0nrdOI74UGDJhVFG2nWj+p7moE="; }; - cargoHash = "sha256-KOpQ3P9cmcWYT3bPKtKpzHPagX4b9hH0EiWGpt98NnE="; + cargoHash = "sha256-pR5NibzX5m8DcMxer0W1wowTJCesYaF852wpGiVboVg="; nativeCheckInputs = [ git @@ -81,6 +81,8 @@ rustPlatform.buildRustPackage (finalAttrs: { "rust::remote_hooks_with_lib_deps" "unsupported::unsupported_language" "remote_hook_non_workspace" + "bun::additional_dependencies" + "bun::basic_bun" # "meta_hooks" "reuse_env" "docker::docker" @@ -144,6 +146,7 @@ rustPlatform.buildRustPackage (finalAttrs: { "no_commit_to_branch_hook_with_patterns" "check_executables_have_shebangs_various_cases" "check_executables_have_shebangs_hook" + "cache_gc_removes_unreferenced_entries" # does not properly use TMP "hook_impl" # problems with environment @@ -162,6 +165,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # https://github.com/astral-sh/uv/issues/8635 "alternate_config_file" "basic_discovery" + "cache_gc_keeps_local_hook_env" "color" "cookiecutter_template_directories_are_skipped" "empty_entry"