Makefile: Update Cockpit lib to c3930d9078a11407265af3972911f147

Closes #1160
This commit is contained in:
Cockpit Project 2025-05-15 03:04:30 +00:00 committed by Jelle van der Waa
parent f612fb85c2
commit 257186d479

View file

@ -32,7 +32,7 @@ COCKPIT_REPO_FILES = \
$(NULL) $(NULL)
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git 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_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}' COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'