qt6Packages.qwlroots: 0.3.0 -> 0.5.2

This commit is contained in:
rewine
2025-01-18 21:20:06 +08:00
parent 7453d023de
commit 4ece536a35
2 changed files with 3 additions and 3 deletions
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qwlroots";
version = "0.3.0-wlroots0.17-0.18";
version = "0.5.2";
src = fetchFromGitHub {
owner = "vioken";
repo = "qwlroots";
rev = finalAttrs.version;
hash = "sha256-ObXegiJ4LT8bTUxNVJ9wBKN5oILWPDYTsuCy+OCsh3k=";
hash = "sha256-RVIxyAC346gXy05hyT/AtConzO1ZE8lbiCg2Diin6bA=";
};
nativeBuildInputs = [
+1 -1
View File
@@ -98,7 +98,7 @@ makeScopeWithSplicing' {
qtspell = callPackage ../development/libraries/qtspell { };
qwlroots = callPackage ../development/libraries/qwlroots {
wlroots = pkgs.wlroots_0_17;
wlroots = pkgs.wlroots_0_18;
};
qxlsx = callPackage ../development/libraries/qxlsx { };