yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-firmware/v2.2.23.5672e68
vault / meshtastic-firmware / v2.2.23.5672e68

meshtastic-firmware @ v2.2.23.5672e68

integrity

size
1.2 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://github.com/meshtastic/firmware · available · github

release notes

Enhancements

Bug fixes

New Contributors

Full Changelog: https://github.com/meshtastic/firmware/compare/v2.2.22.404d0dd...v2.2.23.5672e68

download

unix · zip
curl -fL -o v2.2.23.5672e68.zip https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.23.5672e68.zip
                    printf '%s  %s\n' '31d885248b2e731ef905e2c20536c91167045fdf042efc878335e5b78f490b21' 'v2.2.23.5672e68.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.23.5672e68.zip"
$out = "v2.2.23.5672e68.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "31d885248b2e731ef905e2c20536c91167045fdf042efc878335e5b78f490b21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.23.5672e68.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz
                    printf '%s  %s\n' 'ee14fe783bec15bc5381ce55e06ff2225b879e584f7c56784ffd1919b3a10d2c' 'v2.2.23.5672e68.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz"
$out = "v2.2.23.5672e68.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee14fe783bec15bc5381ce55e06ff2225b879e584f7c56784ffd1919b3a10d2c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.23.5672e68.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.23.5672e68.zip
                    printf '%s  %s\n' '31d885248b2e731ef905e2c20536c91167045fdf042efc878335e5b78f490b21' 'v2.2.23.5672e68.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.23.5672e68.zip"
$out = "v2.2.23.5672e68.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "31d885248b2e731ef905e2c20536c91167045fdf042efc878335e5b78f490b21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.23.5672e68.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz
                    printf '%s  %s\n' 'ee14fe783bec15bc5381ce55e06ff2225b879e584f7c56784ffd1919b3a10d2c' 'v2.2.23.5672e68.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz"
$out = "v2.2.23.5672e68.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee14fe783bec15bc5381ce55e06ff2225b879e584f7c56784ffd1919b3a10d2c") { throw "sha256 mismatch" }
artifact format size hashes
v2.2.23.5672e68.zip zip 1.2 MiB
blake3-24 ce5801a8a3bc3b0b486087a713e99bac4c85c569f6da8af5
sha256 31d885248b2e731ef905e2c20536c91167045fdf042efc878335e5b78f490b21
sha1 9a543a2b12dcd1340d86d6af90a5899dd4e482ba
v2.2.23.5672e68.tar.gz tar.gz 941.4 KiB
blake3-24 f673922e867c69be7fc3c1a34d4e5385440ec79d403d486a
sha256 ee14fe783bec15bc5381ce55e06ff2225b879e584f7c56784ffd1919b3a10d2c
sha1 8c46d51eb5bd3e91227e1c2f4f9bd20a167d7d50

install

bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz"],
    integrity = "sha256-7hT+eDvsFbxTgc5V4G/yIluHnlhPfFZ4T/0ZGbOhDSw=",
    strip_prefix = "meshtastic-firmware-v2.2.23.5672e68",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-firmware",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz"],
    integrity = "sha256-7hT+eDvsFbxTgc5V4G/yIluHnlhPfFZ4T/0ZGbOhDSw=",
    strip_prefix = "meshtastic-firmware-v2.2.23.5672e68",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/v2.2.23.5672e68.tar.gz",
← v2.2.24.e6a2c06v2.2.22.404d0dd →