mirror of
https://github.com/ko-build/ko.git
synced 2025-02-01 19:14:40 +02:00
5787600e92
We were emitting package checksum hashes as `h1:{base64}`. `h1:` is a prefix that indicates "Hash 1", which is a SHA-256 based hash of the files, which is then base64 encoded as the suffix. This change detects/strips the `h1:` prefix and re-encodes the base64 data as hex.