7 stdenv.mkDerivation (finalAttrs: {
8 pname = "hyprland-protocols";
11 src = fetchFromGitHub {
13 repo = "hyprland-protocols";
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-CnpsECzP1VvBx8aM/ptv3S7rykYqTeh63LgEMv7hBnU=";
24 homepage = "https://github.com/hyprwm/hyprland-protocols";
25 description = "Wayland protocol extensions for Hyprland";
26 license = lib.licenses.bsd3;
27 maintainers = with lib.maintainers; [ fufexan ];
28 platforms = lib.platforms.linux;