obmc-yadro-lsinventory: srcrev bump d0bdf0ddd1..d8e25f82ff

Alexander Filippov (3):
      Add remote host support
      use any inventory managers
      replace json-c with nlohmann/json

Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com>
Change-Id: I7b7b9214c909e6b0d147d17339c73c203e78fcb3
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
index 2e66a7d..0d1a57a 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
@@ -12,11 +12,11 @@
 
 # Dependencies
 DEPENDS += " \
-            json-c \
+            nlohmann-json \
             sdbusplus \
            "
 
 # Source code repository
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/YADRO-KNS/obmc-yadro-lsinventory.git"
-SRCREV  = "d0bdf0ddd192b9d41c5c5d4af9385122b08c7608"
+SRCREV  = "d8e25f82ff29c7b2c6d1888e9fe28307f173b078"