mangowc: 0.12.8 -> 0.14.4 (#532569)

This commit is contained in:
Arne Keller
2026-06-20 13:55:58 +00:00
committed by GitHub
+8 -3
View File
@@ -1,4 +1,5 @@
{
cjson,
lib,
libx11,
libinput,
@@ -23,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "mangowc";
version = "0.12.8";
version = "0.14.4";
src = fetchFromGitHub {
owner = "mangowm";
repo = "mango";
tag = finalAttrs.version;
hash = "sha256-k9qFn9I+eeAq1kBfw6QRLRMDb6sIV+pgd5zpKNoc1ck=";
hash = "sha256-WfQNALT+8ZbjZG2co1tz2dZZZw1tcU5ynuFe+vVMbV0=";
};
nativeBuildInputs = [
@@ -40,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
cjson
libinput
libxcb
libxkbcommon
@@ -72,7 +74,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Lightweight and feature-rich Wayland compositor based on dwl";
homepage = "https://mangowm.github.io";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ hustlerone ];
maintainers = with lib.maintainers; [
hustlerone
yvnth
];
platforms = lib.platforms.linux;
};
})