Updating Nlohmann branch issue and updating to 3.0.1

Nlohmann deleted the branch on which we had pinned the YP recipe.
Moving the branch back to master and pinning on a commit for version
3.0.1.

Change-Id: I478cf338baf096c108532760cefa15c4d01fe45d
Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
diff --git a/common/recipes-support/nlohmann-json/nlohmann-json_git.bb b/common/recipes-support/nlohmann-json/nlohmann-json_git.bb
index 2f58e4b..adeee60 100644
--- a/common/recipes-support/nlohmann-json/nlohmann-json_git.bb
+++ b/common/recipes-support/nlohmann-json/nlohmann-json_git.bb
@@ -3,11 +3,11 @@
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f8a8f918f1513404c8366d7a63ab6d97"
 
-SRC_URI = "git://github.com/nlohmann/json.git;branch=release/3.0.0"
+SRC_URI = "git://github.com/nlohmann/json.git"
 
-PV = "3.0.0+git${SRCPV}"
+PV = "3.0.1+git${SRCPV}"
 
-SRCREV = "106f9f5436f6726006627ce3122fddf7fc9ca330"
+SRCREV = "ce1dccf347faf6beb2cdf06b788c01cc24e4c6ce"
 
 S = "${WORKDIR}/git"
 do_install_append(){