Meson: bump min hyprlang version

Nix: update hyprlang
This commit is contained in:
Mihai Fufezan 2024-02-15 16:11:23 +02:00
parent b7870346b8
commit 9e236e5673
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -30,11 +30,11 @@
]
},
"locked": {
"lastModified": 1707750807,
"narHash": "sha256-456CGfCxqt8nOZ1sMSy23PJQ4BbNDJAqytAsopDfGr0=",
"lastModified": 1708005943,
"narHash": "sha256-9TT3xk++LI5/SPYgjYX34xZ4ebR93c1uerIq+SE/ues=",
"owner": "hyprwm",
"repo": "hyprlang",
"rev": "689b405d9d9eca20053ac7bc094bf15388c28a63",
"rev": "aeb3e012adc7b3235335c540b214b82267c2b983",
"type": "github"
},
"original": {

View File

@ -11,7 +11,7 @@ executable('Hyprland', src,
dependency('wayland-client'),
wlroots.get_variable('wlroots'),
dependency('cairo'),
dependency('hyprlang', version: '>= 0.2.1'),
dependency('hyprlang', version: '>= 0.3.2'),
dependency('libdrm'),
dependency('egl'),
dependency('xkbcommon'),