From c0188c30291c96b147eb2f4081c60481f74d398d Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 17 Apr 2025 02:58:10 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 3d6571c07be873462cbaff18375604e8 Closes #1138 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1518800..105a4de 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 = 30524ec9551e1aa5bb8bea0f3a927312ab8a54b6 # 336 + 50 commits +COCKPIT_REPO_COMMIT = 3d6571c07be873462cbaff18375604e8cc81b076 # 336 + 103 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'