From 76dd55ed2947e6e22daa730565d8d66bbd1b1c06 Mon Sep 17 00:00:00 2001 From: "Dr. Void" Date: Sun, 5 Apr 2026 10:33:24 -0400 Subject: [PATCH] bumped wlroots_0_19 to wlroots_0_20 --- nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index cb6497b9..3b39c753 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -16,7 +16,7 @@ meson, ninja, scenefx, - wlroots_0_19, + wlroots_0_20, libGL, enableXWayland ? true, debug ? false, @@ -51,7 +51,7 @@ stdenv.mkDerivation { pixman wayland wayland-protocols - wlroots_0_19 + wlroots_0_20 scenefx libGL ]