8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-Jq9hHYFL5nMHArWgJIcrDHGnzs/MjDi95cyB7cUZIJ4=";
31 homepage = "https://github.com/hyprwm/hyprlang";
32 description = "Official implementation library for the hypr config language";
33 license = lib.licenses.lgpl3Only;
34 platforms = lib.platforms.all;
35 maintainers = with lib.maintainers; [ iogamaster fufexan ];