bmcweb: srcrev bump 3d30708fb6..6995c1ce42

George Liu (1):
      Change the byte of the MemoryAttributes attribute to the size type

Change-Id: If5da4af8167710845fa1617dfa64dad3c1ad54c5
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 9f2e2fe..35b5f31 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "3d30708fb65e40cd28da601b3e91a527a8862e15"
+SRCREV = "6995c1ce42d5bc2d223af7d3b2f3cae613d3b231"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"