diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index ac783b9c..e2b834b4 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -35,9 +35,9 @@ else() # FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or # branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..` if(NOT DRIVER_VERSION) - set(DRIVER_VERSION "392ee1e62e47019daff05fe8b1f8e1b106c9865d") + set(DRIVER_VERSION "8fbe6fba87eebdae1f3e9e54fd705e7b218be111") set(DRIVER_CHECKSUM - "SHA256=f805b23592af42f736bdca511a503e2129778862110b47fb740d88db467fccff" + "SHA256=a01681f8f016579e0a8d12e246009c2740226739374d7d49bb37060571c56104" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index f857e5e9..f1c7f992 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -42,9 +42,9 @@ else() # version (or branch, or commit) just pass the variable - ie., `cmake # -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "392ee1e62e47019daff05fe8b1f8e1b106c9865d") + set(FALCOSECURITY_LIBS_VERSION "8fbe6fba87eebdae1f3e9e54fd705e7b218be111") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=f805b23592af42f736bdca511a503e2129778862110b47fb740d88db467fccff" + "SHA256=a01681f8f016579e0a8d12e246009c2740226739374d7d49bb37060571c56104" ) endif()