From 73ac17ce0352d6e389b67761478f3322188caf45 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 13 Jul 2023 02:54:48 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to 1336ce350d88d385870ba56405136df7 Closes #673 (cherry picked from commit ee9ab10aeb8ef66fa6e6bd1dd0d6cdc4355a123c) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00ba10c..dda5482 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 = 3d2d07cb751b141b6bd6ee9a3d4230815eb6dad9 # 295 + 1 commits +COCKPIT_REPO_COMMIT = 1336ce350d88d385870ba56405136df7a55ae73f # 296 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'