From d171ff4f3ca1188ba10e28f50327a5e050338ec5 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 24 Apr 2025 03:00:39 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 2248c46ff19ce77dbf12e4d7fc6af0e7 Closes #1145 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 105a4de..df38f3a 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 = 3d6571c07be873462cbaff18375604e8cc81b076 # 336 + 103 commits +COCKPIT_REPO_COMMIT = 2248c46ff19ce77dbf12e4d7fc6af0e702072171 # 337 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'