diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 9a580f9125f..a931dd8813b 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -34,8 +34,8 @@ else() # 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 "81f451e1d46666a5336ba4024b765101e137fccc") - set(DRIVER_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747") + set(DRIVER_VERSION "9d76298020e9dbde6b5d8e4f36b17c1ad6a4a4c7") + set(DRIVER_CHECKSUM "SHA256=4e5ad4bbcf7b106891f6aefb71d07fe4a060d8e5c6b4ec111fefbdce6e4231e7") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 04b3744c155..a52b112136d 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -35,8 +35,8 @@ else() # In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "81f451e1d46666a5336ba4024b765101e137fccc") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a1e22e667984d01c4bda483d0781aeeda2667739e379b8c8c05f8649e7d56747") + set(FALCOSECURITY_LIBS_VERSION "9d76298020e9dbde6b5d8e4f36b17c1ad6a4a4c7") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=4e5ad4bbcf7b106891f6aefb71d07fe4a060d8e5c6b4ec111fefbdce6e4231e7") endif() # cd /path/to/build && cmake /path/to/source