Skip to content

Commit d8c6af8

Browse files
committed
update(cmake): update libs and driver to latest master.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 258d13a commit d8c6af8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/driver.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ else()
3535
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
3636
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
3737
if(NOT DRIVER_VERSION)
38-
set(DRIVER_VERSION "dc16ffa8553155ef16f739cc5105bff2e07b1984")
38+
set(DRIVER_VERSION "7f01ec89c565fcb45ade833b1312ae69637bc4ec")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=1d974bc06ba4b74ea8b598fa3b204b6efd873790c09516f7fe72465c4b354d66"
40+
"SHA256=269e26bc5440020430d46bf058ec554b11056e2157aec51e2a7006b25882fd66"
4141
)
4242
endif()
4343

cmake/modules/falcosecurity-libs.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ else()
4242
# version (or branch, or commit) just pass the variable - ie., `cmake
4343
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
4444
if(NOT FALCOSECURITY_LIBS_VERSION)
45-
set(FALCOSECURITY_LIBS_VERSION "dc16ffa8553155ef16f739cc5105bff2e07b1984")
45+
set(FALCOSECURITY_LIBS_VERSION "7f01ec89c565fcb45ade833b1312ae69637bc4ec")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=1d974bc06ba4b74ea8b598fa3b204b6efd873790c09516f7fe72465c4b354d66"
47+
"SHA256=269e26bc5440020430d46bf058ec554b11056e2157aec51e2a7006b25882fd66"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)