diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 012549a430f..893153b38f3 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 "7.3.0+driver") + set(DRIVER_VERSION "2b1e4022131e4013834ff7a9f757ef9898a885ca") set(DRIVER_CHECKSUM - "SHA256=8f572d9a83feda635a3fa53b859d61e37af127c241e35068aadee3bc50d212c0" + "SHA256=db476771ae9a4ccbe3a55529b31e48737c80ee19841de56c7b5f87286cd38aa3" ) endif() diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 7d2468a2e3b..9f446e6d514 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 "0.18.1") + set(FALCOSECURITY_LIBS_VERSION "2b1e4022131e4013834ff7a9f757ef9898a885ca") set(FALCOSECURITY_LIBS_CHECKSUM - "SHA256=1812e8236c4cb51d3fe5dd066d71be99f25da7ed22d8feeeebeed09bdc26325f" + "SHA256=db476771ae9a4ccbe3a55529b31e48737c80ee19841de56c7b5f87286cd38aa3" ) endif()