From 2c76594bfbf9f63613859cb3259137ace3106915 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 18 May 2025 07:58:06 +0200 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 f892a78..69e56a0 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.6.3" -SRCREV = "d1be3de9d7a4ae2a26415aa3c628e8ba6ac7d676" +PV = "0.7.0" +SRCREV = "a1c6c9e9782c6ce503bab453aeb91f67110d0741" S = "${WORKDIR}/sources" UNPACKDIR = "${S}"