vault / meshtastic-protobufs / v2.1.22
meshtastic-protobufs @ v2.1.22
integrity
- size
- 66.7 KiB
- downloaded
- last checked
release notes
What's Changed
- Adds AmbientLightingModule to Admin.proto by @charminULTRA in https://github.com/meshtastic/protobufs/pull/371
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.21...v2.1.22
download
unix · zip
curl -fL -o v2.1.22.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.22.zip
printf '%s %s\n' '92a8dc4be29d829192432f93a2ca45fe40a81a7daab83d492cf61fec41374de0' 'v2.1.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.22.zip"
$out = "v2.1.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92a8dc4be29d829192432f93a2ca45fe40a81a7daab83d492cf61fec41374de0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.22.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.22.tar.gz
printf '%s %s\n' '3915f0b219b3854f972203e7fc97c0febf7c4868ffd701ad3696c2a7e1d4c223' 'v2.1.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.22.tar.gz"
$out = "v2.1.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3915f0b219b3854f972203e7fc97c0febf7c4868ffd701ad3696c2a7e1d4c223") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.22.zip
printf '%s %s\n' '92a8dc4be29d829192432f93a2ca45fe40a81a7daab83d492cf61fec41374de0' 'v2.1.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.22.zip"
$out = "v2.1.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92a8dc4be29d829192432f93a2ca45fe40a81a7daab83d492cf61fec41374de0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.22.tar.gz
printf '%s %s\n' '3915f0b219b3854f972203e7fc97c0febf7c4868ffd701ad3696c2a7e1d4c223' 'v2.1.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.22.tar.gz"
$out = "v2.1.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3915f0b219b3854f972203e7fc97c0febf7c4868ffd701ad3696c2a7e1d4c223") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.22.zip | zip | 67.6 KiB |
blake3-24 8568d9733b65dea25d862cf8d0eceeb8b751d5fd14952e52
sha256 92a8dc4be29d829192432f93a2ca45fe40a81a7daab83d492cf61fec41374de0
sha1 324d78f6b4a60d54f3d349e778d1a1bc1bd9fb9d
|
| v2.1.22.tar.gz | tar.gz | 50.8 KiB |
blake3-24 9c0f2eb1eb2921af45e6ac0bb4b0cd7c44fac9dbb0f03c18
sha256 3915f0b219b3854f972203e7fc97c0febf7c4868ffd701ad3696c2a7e1d4c223
sha1 7c36cd46370f69ebe2724e2d63ef4162d0198b97
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.22.tar.gz"],
integrity = "sha256-ORXwshmzhU+XIgPn/JfA/r98SGj/1wGtNpbCp+HUwiM=",
strip_prefix = "meshtastic-protobufs-v2.1.22",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.22.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.22.tar.gz"],
integrity = "sha256-ORXwshmzhU+XIgPn/JfA/r98SGj/1wGtNpbCp+HUwiM=",
strip_prefix = "meshtastic-protobufs-v2.1.22",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.22.tar.gz",