From 8e6aad9b66d6bb6c901ac6353635799cea1c34f8 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 5 Oct 2023 02:17:28 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to da4d19f5740b71616e5cecb74d270c42 Closes #1239 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cadfa4c0..f5ed118a9 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = 7dd4453c56db9de635b53e8d5e3e931a90e2f00b # 301 + 46 commits +COCKPIT_REPO_COMMIT = da4d19f5740b71616e5cecb74d270c42dced7caf # 301 + 77 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'