chore(cmake/modules): upgrade libs to 0.22.2

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
Leonardo Grasso
2025-11-05 10:50:21 +01:00
committed by poiana
parent 4133280566
commit cadf4120b0

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 "0.22.1")
set(FALCOSECURITY_LIBS_VERSION "0.22.2")
set(FALCOSECURITY_LIBS_CHECKSUM
"SHA256=12fe0a85c77eecda8b3cd8e192fe4c0dde37e4d9b938d27e9d3433728beca67b"
"SHA256=53cfb7062cac80623dec7496394739aabdfee8a774942f94be0990d81e3b2fbc"
)
endif()