José Romildo 2025-07-12 11:53:08 -03:00
parent 33b5d24006
commit 64dc849bcc

View File

@ -22,20 +22,20 @@
wayland, wayland,
wayland-protocols, wayland-protocols,
wayland-scanner, wayland-scanner,
wlroots_0_18, wlroots_0_19,
xcbutilwm, xcbutilwm,
xwayland, xwayland,
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "labwc"; pname = "labwc";
version = "0.8.4"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "labwc"; owner = "labwc";
repo = "labwc"; repo = "labwc";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-JeEw1xKwgsTMllZXvNaXXdgmZnmIFUyG/cJ14QFQf/E="; hash = "sha256-7PgRbOSxU7v49dcTuke7V/Xa42baw79iMvfnCOYx4qU=";
}; };
outputs = [ outputs = [
@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
pango pango
wayland wayland
wayland-protocols wayland-protocols
wlroots_0_18 wlroots_0_19
xcbutilwm xcbutilwm
xwayland xwayland
]; ];