From 6eb7abcdca5c9f8da9f290107da10a4f5fac96b4 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 3 Oct 2024 02:43:27 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to d2e1f5d8f2345aa378803a8a939cb98f Closes #992 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c54004c..f713659 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = e9e1fcf58bb6fa8942e07000e80f336d860a90dd # 325 + 1 commits +COCKPIT_REPO_COMMIT = d2e1f5d8f2345aa378803a8a939cb98f5a45b712 # 325 + 37 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'