update(cmake): bump libs and driver to latest libs master.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2025-03-13 10:54:47 +01:00
committed by poiana
parent 0cc18d7617
commit e300109624
2 changed files with 4 additions and 4 deletions

View File

@@ -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 "9ef8acd0b51ec76e0c81fd11b8252dd95ae7ce3a")
set(DRIVER_VERSION "eff27490e7d5259652047c9edc823049fe4fa876")
set(DRIVER_CHECKSUM
"SHA256=d5fe7d098ea58211d016514902e003f4ab8be4b10d89b254fbc86c9e659175da"
"SHA256=f2b7f7e7611c23b72aa2beb4550ba3fd219ebaa335e06534d89f3bc4f3f791f1"
)
endif()

View File

@@ -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 "9ef8acd0b51ec76e0c81fd11b8252dd95ae7ce3a")
set(FALCOSECURITY_LIBS_VERSION "eff27490e7d5259652047c9edc823049fe4fa876")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=d5fe7d098ea58211d016514902e003f4ab8be4b10d89b254fbc86c9e659175da"
"SHA256=f2b7f7e7611c23b72aa2beb4550ba3fd219ebaa335e06534d89f3bc4f3f791f1"
)
endif()