From 50aa2af3750ca52807ce961e30480b62ea2204c3 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 12 Jun 2025 03:10:17 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 9dd1eecbf0ed18c9a363f7ce41ce0154 Closes #1176 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9623e91..dc80dbb 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 = 37bf0b9cdffcdf67e6ff5e0363f592b3a5a66e83 # 340 +COCKPIT_REPO_COMMIT = 9dd1eecbf0ed18c9a363f7ce41ce0154fe089536 # 340 + 18 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'