From 1b546cdef73ee7946f4e9e244ffeb7dffe29a437 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 19 Jun 2025 03:11:42 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to a2474997a040ad62901faa69f1b14b82 Closes #1180 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc80dbb..d31a602 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 = 9dd1eecbf0ed18c9a363f7ce41ce0154fe089536 # 340 + 18 commits +COCKPIT_REPO_COMMIT = a2474997a040ad62901faa69f1b14b8209f4b9e4 # 340 + 36 commits $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'