diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 292a3b12aeb..b4284311845 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 "cb93f4b3d75b7c61f3056fa8b08fb904d9aa13fc") + set(DRIVER_VERSION "5a0302c8752f77a942b8ecc05b3dfc5f0fcf6830") set(DRIVER_CHECKSUM - "SHA256=70592c7651032d528ee945a1cb63b6488546a67f46c545493eefe3d2777b4023" + "SHA256=9f0c8c52ee4cb5cab0311f212b9fca9f78664993d39a3580e30adc98c23927e0" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 74598b93c14..177a5fe89a3 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 "cb93f4b3d75b7c61f3056fa8b08fb904d9aa13fc") + set(FALCOSECURITY_LIBS_VERSION "5a0302c8752f77a942b8ecc05b3dfc5f0fcf6830") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=70592c7651032d528ee945a1cb63b6488546a67f46c545493eefe3d2777b4023" + "SHA256=9f0c8c52ee4cb5cab0311f212b9fca9f78664993d39a3580e30adc98c23927e0" ) endif()