Makefile: Update Cockpit lib to de08dfd13eaa115cbd6fc785faab2ae9

Closes #1015
This commit is contained in:
Cockpit Project 2024-10-24 02:43:25 +00:00 committed by Martin Pitt
parent 5c61bcf932
commit 5454dc9ce1

View file

@ -33,7 +33,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 = fe196082855cd53d3fe9c4da91048b0a2ade6fe1 # 326 + 30 commits COCKPIT_REPO_COMMIT = de08dfd13eaa115cbd6fc785faab2ae9ee6effd1 # 327 + 1 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}'