diff --git a/hk.pkl b/hk.pkl index 512f02f..590d7cf 100644 --- a/hk.pkl +++ b/hk.pkl @@ -1,9 +1,9 @@ /// 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.53.0/hk@1.53.0#/Config.pkl" +amends "package://github.com/jdx/hk/releases/download/v1.54.1/hk@1.54.1#/Config.pkl" -import "package://github.com/gtbuchanan/tooling/releases/download/hk-config@0.2.2/hk-config@0.2.2#/Defaults.pkl" +import "package://github.com/gtbuchanan/tooling/releases/download/hk-config@0.2.4/hk-config@0.2.4#/Defaults.pkl" // chezmoi source templates embed Go template syntax ({{ ... }}) that shfmt and // shellcheck can't parse as shell, so drop .tmpl from the shell steps (hk types diff --git a/home/.chezmoidata/hk.yaml b/home/.chezmoidata/hk.yaml index cc49a65..30f4d93 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.53.0' +hk_version: '1.54.1' # renovate: datasource=github-releases depName=apple/pkl pkl_version: '0.32.1' diff --git a/mise.lock b/mise.lock index 883b6dc..adcbd8a 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.53.0" +version = "1.54.1" backend = "aqua:jdx/hk" [tools.hk."platforms.linux-arm64"] -checksum = "sha256:3cf58d268a9114f0923a06c38cf0995b9da43bf2279b09aac3c3c615a615b3e4" -url = "https://github.com/jdx/hk/releases/download/v1.53.0/hk-aarch64-unknown-linux-gnu.tar.gz" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/487429257" +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" [tools.hk."platforms.linux-x64"] -checksum = "sha256:960c14b3bcd61e36dcb42c304e3cc23b22ef2e6f28ac6559e3856d27acf6b54a" -url = "https://github.com/jdx/hk/releases/download/v1.53.0/hk-x86_64-unknown-linux-gnu.tar.gz" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/487429267" +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" [tools.hk."platforms.macos-arm64"] -checksum = "sha256:d5c1f9a4c3598cc72c9f15908af6e036b138b9dd97c8891e4d08f699c98a5069" -url = "https://github.com/jdx/hk/releases/download/v1.53.0/hk-aarch64-apple-darwin.tar.gz" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/487429255" +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" [tools.hk."platforms.windows-x64"] -checksum = "sha256:a2e5c6131d01cfd6d62204872798f97fc933e7f142d718b3e191434e2d31ef1c" -url = "https://github.com/jdx/hk/releases/download/v1.53.0/hk-x86_64-pc-windows-msvc.zip" -url_api = "https://api.github.com/repos/jdx/hk/releases/assets/487429261" +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" [[tools.node]] version = "24.19.0" diff --git a/mise.toml b/mise.toml index 6a2cf1f..8a3b3c9 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.53.0" +hk = "1.54.1" node = "24.19.0" "npm:@gtbuchanan/cli" = "0.4.0" "npm:renovate" = "43.231.2"