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

Merge pull request #16406 from benpicco/pkg/nanopb-0.4.5

pkg/nanopb: bump version to 0.4.5
This commit is contained in:
benpicco 2021-04-28 13:36:37 +02:00 committed by GitHub
commit c5e0597c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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