From 7997e4c0bd50b2dba7775b2d615decd13b600af8 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 3 Aug 2023 02:21:53 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to d7126448b1e74e59f75157389225289d Closes #685 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f503f28..bf15ba4 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 = 97bd80971984cf6ce2b4faba1cad79fcb921e068 # 297 +COCKPIT_REPO_COMMIT = d7126448b1e74e59f75157389225289dc34c3fd5 # 297 + 19 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'