labwc 0.7.0 -> 0.7.1 https://github.com/labwc/labwc/releases attrpath: labwc Checking auto update branch... No auto update branch exists Old version 0.7.0" not present in master derivation file with contents: { lib , cairo , fetchFromGitHub , gettext , glib , libdrm , libinput , libpng , librsvg , libxcb , libxkbcommon , libxml2 , meson , ninja , pango , pkg-config , scdoc , stdenv , wayland , wayland-protocols , wayland-scanner , wlroots , xcbutilwm , xwayland }: stdenv.mkDerivation (finalAttrs: { pname = "labwc"; version = "0.7.1"; src = fetchFromGitHub { owner = "labwc"; repo = "labwc"; rev = finalAttrs.version; hash = "sha256-6l+pYEMFQT8P0j40IcujSzlKgXzR5GIyuxkAJi65RiY="; }; outputs = [ "out" "man" ]; nativeBuildInputs = [ gettext meson ninja pkg-config scdoc wayland-scanner ]; buildInputs = [ cairo glib libdrm libinput libpng librsvg libxcb libxkbcommon libxml2 pango wayland wayland-protocols wlroots xcbutilwm xwayland ]; strictDeps = true; mesonFlags = [ (lib.mesonEnable "xwayland" true) ]; passthru = { providedSessions = [ "labwc" ]; }; meta = { homepage = "https://github.com/labwc/labwc"; description = "A Wayland stacking compositor, inspired by Openbox"; changelog = "https://github.com/labwc/labwc/blob/${finalAttrs.src.rev}/NEWS.md"; license = with lib.licenses; [ gpl2Plus ]; mainProgram = "labwc"; maintainers = with lib.maintainers; [ AndersonTorres ]; inherit (wayland.meta) platforms; }; })