1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20132 from FlapKap/master

Bumb nanopb to 0.4.8
This commit is contained in:
benpicco 2023-12-01 16:00:24 +00:00 committed by GitHub
commit 4417a4b3e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
PKG_NAME=nanopb
PKG_URL=https://github.com/nanopb/nanopb
# 0.4.7
PKG_VERSION=b97aa657a706d3ba4a9a6ccca7043c9d6fe41cba
# 0.4.8
PKG_VERSION=6cfe48d6f1593f8fa5c0f90437f5e6522587745e
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk