From b111b95111cd9ee3c1e2ea3bcaa92901e51d2461 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 13 Feb 2025 02:41:21 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 66625eea530a996367ea977113c427fd Closes #1098 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6232cc..e580696 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 = 54f87df7b7b5428c66bae8c1b91f30963c8bdb45 # 332 + 41 commits +COCKPIT_REPO_COMMIT = 66625eea530a996367ea977113c427fd72eb834b # 332 + 53 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'