From 9a9ddb582b8dd8e6d1171e11aace8806eae47418 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 16 Oct 2024 22:59:47 +0200 Subject: [PATCH] hyprsysteminfo: update --- .../meta-qt6/recipes-qt/hyprsysteminfo/hyprsysteminfo.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamic-layers/meta-qt6/recipes-qt/hyprsysteminfo/hyprsysteminfo.bb b/dynamic-layers/meta-qt6/recipes-qt/hyprsysteminfo/hyprsysteminfo.bb index d747146..8625284 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/hyprsysteminfo/hyprsysteminfo.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/hyprsysteminfo/hyprsysteminfo.bb @@ -5,8 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983" SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main" -SRCREV = "9b50bb2c297ac65d280ddc49803de71c93932e31" +SRCREV = "2104e356be0067232f8e4d697e91085b5dc87f00" S = "${WORKDIR}/git" +PV = "0.1.1" DEPENDS = "qtbase qtquick3d qttools-native hyprutils"