Skip to content

Commit 753ce78

Browse files
committed
Update ChirpStack UDP Forwarder to v4.0.0.
1 parent 7adcd46 commit 753ce78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ inherit cargo
66
# DEFAULT_PREFERENCE = "-1"
77

88
# how to get chirpstack-udp-forwarder could be as easy as but default to a git checkout:
9-
# SRC_URI += "crate://crates.io/chirpstack-udp-forwarder/4.0.0-rc.1"
9+
# SRC_URI += "crate://crates.io/chirpstack-udp-forwarder/4.0.0"
1010
SRC_URI += "git://git@github.com/chirpstack/chirpstack-udp-forwarder.git;protocol=ssh;nobranch=1"
11-
SRCREV = "ea54862cfbc8bd670e737561717cd9d864755cb8"
11+
SRCREV = "4d1fa99a2c0d931be224ddea489f95e91971da10"
1212
S = "${WORKDIR}/git"
1313
CARGO_SRC_DIR = ""
1414

@@ -29,7 +29,7 @@ SRC_URI += " \
2929
crate://crates.io/bytes/1.2.1 \
3030
crate://crates.io/cc/1.0.73 \
3131
crate://crates.io/cfg-if/1.0.0 \
32-
crate://crates.io/chirpstack_api/4.0.0-test.18 \
32+
crate://crates.io/chirpstack_api/4.0.0 \
3333
crate://crates.io/chrono/0.4.21 \
3434
crate://crates.io/clap/3.2.16 \
3535
crate://crates.io/clap_lex/0.2.4 \

0 commit comments

Comments
 (0)