libdecor 0.1.1 -> 0.2.2 https://repology.org/project/libdecor/versions attrpath: libdecor Checking auto update branch... No auto update branch exists Old version 0.1.1" not present in staging derivation file with contents: { stdenv , lib , fetchFromGitLab , pkg-config , meson , ninja , wayland , wayland-protocols , wayland-scanner , cairo , dbus , pango , gtk3 }: stdenv.mkDerivation rec { pname = "libdecor"; version = "0.2.2"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "libdecor"; repo = "libdecor"; rev = version; hash = "sha256-mID19uHXFKJUZtQsSOXjRdz541YVjMxmSHVa+DlkPRc="; }; outputs = [ "out" "dev" ]; strictDeps = true; mesonFlags = [ (lib.mesonBool "demo" false) ]; nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ]; buildInputs = [ wayland wayland-protocols cairo dbus pango gtk3 ]; meta = with lib; { homepage = "https://gitlab.freedesktop.org/libdecor/libdecor"; description = "Client-side decorations library for Wayland clients"; license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ artturin ]; }; }