From 257186d479ddff05d9a2eb9b7cf773f4800b5c42 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 15 May 2025 03:04:30 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to c3930d9078a11407265af3972911f147 Closes #1160 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64b77b5..b1c265a 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 2d99a737603637846d296fb2627ebedf02625fd6 # 338 + 2 commits +COCKPIT_REPO_COMMIT = c3930d9078a11407265af3972911f14755dd2575 # 338 + 20 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'