diff --git a/hk.pkl b/hk.pkl index 590d7cf..1e965e5 100644 --- a/hk.pkl +++ b/hk.pkl @@ -1,7 +1,7 @@ /// Pre-commit config for developing this chezmoi repo. Adopts the shared /// @gtbuchanan/hk-config `recommended` preset and adds a guard that mise's /// generated tasks stay in sync. Tool versions come from mise.toml. -amends "package://github.com/jdx/hk/releases/download/v1.54.1/hk@1.54.1#/Config.pkl" +amends "package://github.com/jdx/hk/releases/download/v1.56.1/hk@1.56.1#/Config.pkl" import "package://github.com/gtbuchanan/tooling/releases/download/hk-config@0.2.4/hk-config@0.2.4#/Defaults.pkl" diff --git a/home/.chezmoidata/hk.yaml b/home/.chezmoidata/hk.yaml index 30f4d93..21b2841 100644 --- a/home/.chezmoidata/hk.yaml +++ b/home/.chezmoidata/hk.yaml @@ -4,6 +4,6 @@ # --- # renovate: datasource=github-releases depName=jdx/hk -hk_version: '1.54.1' +hk_version: '1.56.1' # renovate: datasource=github-releases depName=apple/pkl pkl_version: '0.32.1' diff --git a/mise.lock b/mise.lock index 9f1d508..4fb0bcd 100644 --- a/mise.lock +++ b/mise.lock @@ -64,28 +64,28 @@ url_api = "https://api.github.com/repos/twpayne/chezmoi/releases/assets/49917393 provenance = "cosign" [[tools.hk]] -version = "1.54.1" +version = "1.56.1" backend = "aqua:jdx/hk" [tools.hk."platforms.linux-arm64"] -checksum = "sha256:e00420ef742e2e222c2030253a8fa868033daf43fe670de17c2e6957dc577443" -url = "https://github.com/jdx/hk/releases/download/v1.54.1/hk-aarch64-unknown-linux-gnu.tar.gz" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/505018166" +checksum = "sha256:cd671706a273dac35b012fd585a0fba1b0c0f340558dccfd4c9a4b976a794597" +url = "https://github.com/jdx/hk/releases/download/v1.56.1/hk-aarch64-unknown-linux-gnu.tar.gz" +url_api = "https://api.github.com/repos/jdx/hk/releases/assets/525632120" [tools.hk."platforms.linux-x64"] -checksum = "sha256:20775cfb4e8065aa25e790d888856d4d62cc2e688725c010f8a5fc112aa759b5" -url = "https://github.com/jdx/hk/releases/download/v1.54.1/hk-x86_64-unknown-linux-gnu.tar.gz" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/505018180" +checksum = "sha256:67157431e36bb523213d8361a9f59b6eb718f80ae8534827849552b3c6c92a04" +url = "https://github.com/jdx/hk/releases/download/v1.56.1/hk-x86_64-unknown-linux-gnu.tar.gz" +url_api = "https://api.github.com/repos/jdx/hk/releases/assets/525632131" [tools.hk."platforms.macos-arm64"] -checksum = "sha256:8384262050e5f523c58af9e23cd92e2274e38cf95b4e72cf66f63545afa149b2" -url = "https://github.com/jdx/hk/releases/download/v1.54.1/hk-aarch64-apple-darwin.tar.gz" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/505018164" +checksum = "sha256:f8400a1427e66f1b968e58568115a2138b5d0fe88e0561b97d3822648b7e35ea" +url = "https://github.com/jdx/hk/releases/download/v1.56.1/hk-aarch64-apple-darwin.tar.gz" +url_api = "https://api.github.com/repos/jdx/hk/releases/assets/525632123" [tools.hk."platforms.windows-x64"] -checksum = "sha256:32c28a6ec024ddfd59482334f0225f6e6c5202fdb3a5fdc74f3c987a1fd08007" -url = "https://github.com/jdx/hk/releases/download/v1.54.1/hk-x86_64-pc-windows-msvc.zip" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/505018165" +checksum = "sha256:4ccf353e484997dd4975361b6433f3b2661f5db614f2b382cddcac7eaa74a604" +url = "https://github.com/jdx/hk/releases/download/v1.56.1/hk-x86_64-pc-windows-msvc.zip" +url_api = "https://api.github.com/repos/jdx/hk/releases/assets/525632118" [[tools.node]] version = "24.19.0" diff --git a/mise.toml b/mise.toml index ec2bb99..8b8de31 100644 --- a/mise.toml +++ b/mise.toml @@ -45,7 +45,7 @@ actionlint = "1.7.12" # Backs the hk render-templates step; also lets CI render templates without a # separate chezmoi install. chezmoi = "2.72.0" -hk = "1.54.1" +hk = "1.56.1" node = "24.19.0" "npm:@gtbuchanan/cli" = "0.6.0" "npm:renovate" = "43.231.2"