mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +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:
parent
5136d2379e
commit
e2bc220256
@ -1,6 +1,7 @@
|
|||||||
PKG_NAME=nanopb
|
PKG_NAME=nanopb
|
||||||
PKG_URL=https://github.com/nanopb/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
|
PKG_LICENSE=MIT
|
||||||
|
|
||||||
include $(RIOTBASE)/pkg/pkg.mk
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user