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

pkg/nanopb: bump version to 0.4.4

This commit is contained in:
Benjamin Valentin 2021-02-02 19:22:16 +01:00
parent 837b55fc17
commit 439947a845

View File

@ -1,6 +1,6 @@
PKG_NAME=nanopb
PKG_URL=https://github.com/nanopb/nanopb
PKG_VERSION=1466e6f953835b191a7f5acf0c06c941d4cd33d9 # nanopb-0.4.3
PKG_VERSION=2b48a361786dfb1f63d229840217a93aae064667 # nanopb-0.4.4
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk