Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions mise.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,40 +67,40 @@ url = "https://github.com/pnpm/pnpm/releases/download/v11.4.0/pnpm-win32-x64.zip
provenance = "github-attestations"

[[tools.prek]]
version = "0.4.2"
version = "0.4.3"
backend = "aqua:j178/prek"

[tools.prek."platforms.linux-arm64"]
checksum = "sha256:ceb234ca2e65ae3f726a04071778f851aa4fbee1a03f80e3783730a0905937fa"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-aarch64-unknown-linux-musl.tar.gz"
checksum = "sha256:0a112f72c3e76d4bdea6a5f73788015579766f9a9a5ff827932f7a4685f87eb5"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-unknown-linux-musl.tar.gz"
provenance = "github-attestations"

[tools.prek."platforms.linux-arm64-musl"]
checksum = "sha256:ceb234ca2e65ae3f726a04071778f851aa4fbee1a03f80e3783730a0905937fa"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-aarch64-unknown-linux-musl.tar.gz"
checksum = "sha256:0a112f72c3e76d4bdea6a5f73788015579766f9a9a5ff827932f7a4685f87eb5"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-unknown-linux-musl.tar.gz"
provenance = "github-attestations"

[tools.prek."platforms.linux-x64"]
checksum = "sha256:8966aac61df423e4188b05dce904982cdb07de57efb0c2bb83057a97ada64549"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-x86_64-unknown-linux-musl.tar.gz"
checksum = "sha256:509193a8cb4a3032dd9f732023466e4c6719cc758cd6f768a7218a702edb08ae"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-unknown-linux-musl.tar.gz"
provenance = "github-attestations"

[tools.prek."platforms.linux-x64-musl"]
checksum = "sha256:8966aac61df423e4188b05dce904982cdb07de57efb0c2bb83057a97ada64549"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-x86_64-unknown-linux-musl.tar.gz"
checksum = "sha256:509193a8cb4a3032dd9f732023466e4c6719cc758cd6f768a7218a702edb08ae"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-unknown-linux-musl.tar.gz"
provenance = "github-attestations"

[tools.prek."platforms.macos-arm64"]
checksum = "sha256:9ea984611f3830e86d3f49b289dc34e9f2750009b9a04ee1d21e893b32df5a04"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-aarch64-apple-darwin.tar.gz"
checksum = "sha256:80e10ab3961940ef4d5b0cde03ed670f8176dd60729a03e6a7d92ae00700e072"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-aarch64-apple-darwin.tar.gz"
provenance = "github-attestations"

[tools.prek."platforms.macos-x64"]
checksum = "sha256:e9784e6d120bd6811afdbb9805b500342e184b72603d7cda06cd222cfd7a6ad6"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-x86_64-apple-darwin.tar.gz"
checksum = "sha256:c2f1d49b20a2b10a147195d5e33b03ca51430a852ea6cac568853dda5b89fbb8"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-apple-darwin.tar.gz"
provenance = "github-attestations"

[tools.prek."platforms.windows-x64"]
checksum = "sha256:6b571c5100ebbaf868dc3c209f39ceb4ec16d6f1f297ee9fbdde013fc8b777f7"
url = "https://github.com/j178/prek/releases/download/v0.4.2/prek-x86_64-pc-windows-msvc.zip"
checksum = "sha256:8105cec75f5f60b2b1b499f9e57453dac1be835cf2e67ae141c47d6faa88b84d"
url = "https://github.com/j178/prek/releases/download/v0.4.3/prek-x86_64-pc-windows-msvc.zip"
provenance = "github-attestations"
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lockfile = true

[tools]
node = "24.16.0"
prek = "0.4.2"
prek = "0.4.3"

# pnpm ignores the `os` field on workspace packages, so the Termux shim's
# bin doesn't get auto-symlinked into node_modules/.bin via the usual
Expand Down