1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 19:43:52 +01:00

pkg/nanopb: use hash instead of tag for version

The tag isn't always properly fetched, leading to build issues.
Let's just always use the commit hash, like in other pkgs.
This commit is contained in:
Benjamin Valentin 2025-08-11 14:27:51 +02:00
parent 5136d2379e
commit e2bc220256

View File

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