Skip to content

Commit 26d35ae

Browse files
poianaekoops
authored andcommitted
update(cmake): update libs and driver to latest master.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: poiana <[email protected]> Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent 6c20233 commit 26d35ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmake/modules/driver.cmake

Lines changed: 2 additions & 2 deletions
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 "ed3ac8a370d5a3d946ed735df40c85fc7395052e")
38+
set(DRIVER_VERSION "595bac0920756132dae12d8c03caeaa67f469a8b")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=ef21c3e15038aa2ba2be5841e7cde0d6675ecffb6e2840468fe81418d97ec95f"
40+
"SHA256=92745667abeb82061dd0fb119605d72a7a7332b75b51b43690443a492dda9ba9"
4141
)
4242
endif()
4343

cmake/modules/falcosecurity-libs.cmake

Lines changed: 2 additions & 2 deletions
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 "ed3ac8a370d5a3d946ed735df40c85fc7395052e")
45+
set(FALCOSECURITY_LIBS_VERSION "595bac0920756132dae12d8c03caeaa67f469a8b")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=ef21c3e15038aa2ba2be5841e7cde0d6675ecffb6e2840468fe81418d97ec95f"
47+
"SHA256=92745667abeb82061dd0fb119605d72a7a7332b75b51b43690443a492dda9ba9"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)