From d1c859c498098bdd08ed4bc76fd154318d44679e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 4 Mar 2025 13:57:34 +0100 Subject: [PATCH] nwg-drawer: update --- recipes-gtk/nwg-shell/nwg-drawer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-drawer_git.bb b/recipes-gtk/nwg-shell/nwg-drawer_git.bb index 5ead85c..f892a78 100644 --- a/recipes-gtk/nwg-shell/nwg-drawer_git.bb +++ b/recipes-gtk/nwg-shell/nwg-drawer_git.bb @@ -13,8 +13,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-drawer.git" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https" -PV = "0.5.0" -SRCREV = "44e4c95900f6a8334393a42a405d26715822a220" +PV = "0.6.3" +SRCREV = "d1be3de9d7a4ae2a26415aa3c628e8ba6ac7d676" S = "${WORKDIR}/sources" UNPACKDIR = "${S}"