From ec790c97a293c0cc6d5252967ea4e4b3af466f8e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 4 Mar 2025 13:56:29 +0100 Subject: [PATCH] nwg-bar: update --- recipes-gtk/nwg-shell/nwg-bar_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-bar_git.bb b/recipes-gtk/nwg-shell/nwg-bar_git.bb index d12ee79..5a8f58e 100644 --- a/recipes-gtk/nwg-shell/nwg-bar_git.bb +++ b/recipes-gtk/nwg-shell/nwg-bar_git.bb @@ -13,8 +13,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git" SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https" -PV = "0.1.5" -SRCREV = "86f75d0856193c1ba1505f6afbc1b73d34c7093a" +PV = "0.1.6" +SRCREV = "c4da7d817747ad2f8cfda332d95bd4fc55eb6b34" S = "${WORKDIR}/sources" UNPACKDIR = "${S}"