File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
36
36
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
37
37
if (NOT DRIVER_VERSION)
38
- set (DRIVER_VERSION "d327a3b50e29d3f790432e3705b61c41c8da6006 " )
38
+ set (DRIVER_VERSION "cb93f4b3d75b7c61f3056fa8b08fb904d9aa13fc " )
39
39
set (DRIVER_CHECKSUM
40
- "SHA256=493344fc365f96960d120a09527e7c00107c90080796f9457baafa985efa8cab "
40
+ "SHA256=70592c7651032d528ee945a1cb63b6488546a67f46c545493eefe3d2777b4023 "
41
41
)
42
42
endif ()
43
43
Original file line number Diff line number Diff line change 42
42
# version (or branch, or commit) just pass the variable - ie., `cmake
43
43
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
44
44
if (NOT FALCOSECURITY_LIBS_VERSION)
45
- set (FALCOSECURITY_LIBS_VERSION "d327a3b50e29d3f790432e3705b61c41c8da6006 " )
45
+ set (FALCOSECURITY_LIBS_VERSION "cb93f4b3d75b7c61f3056fa8b08fb904d9aa13fc " )
46
46
set (FALCOSECURITY_LIBS_CHECKSUM
47
- "SHA256=493344fc365f96960d120a09527e7c00107c90080796f9457baafa985efa8cab "
47
+ "SHA256=70592c7651032d528ee945a1cb63b6488546a67f46c545493eefe3d2777b4023 "
48
48
)
49
49
endif ()
50
50
You can’t perform that action at this time.
0 commit comments