Skip to content

Commit 03bdc63

Browse files
committed
update(deps): bump drivers to 9.0.0
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent 3ed6959 commit 03bdc63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/driver.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ else()
3131
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
3232
# ie., `cmake -DDRIVER_VERSION=dev ..`
3333
if(NOT DRIVER_VERSION)
34-
set(DRIVER_VERSION "8.1.0+driver")
35-
set(DRIVER_CHECKSUM "SHA256=182e6787bf86249a846a3baeb4dcd31578b76d4a13efa16ce3f44d66b18a77a6")
34+
set(DRIVER_VERSION "9.0.0+driver")
35+
set(DRIVER_CHECKSUM "SHA256=ef563fe19f9cdbdfcf17cee3e83c79e8387b78a87e0593eb3e2787c9b8540113")
3636
endif()
3737

3838
# cd /path/to/build && cmake /path/to/source

0 commit comments

Comments
 (0)