aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-02-15 16:11:23 +0200
committerMihai Fufezan <[email protected]>2024-02-15 16:11:38 +0200
commit9e236e5673a6b127cb615f3341da7f9cd1c72f5c (patch)
tree4e72586d8adf4ba8b17e445b86a568079cf8b8f5
parentb7870346b8923594c72909c4e09e54ef3a5891ef (diff)
downloadHyprland-9e236e5673a6b127cb615f3341da7f9cd1c72f5c.tar.gz
Hyprland-9e236e5673a6b127cb615f3341da7f9cd1c72f5c.zip
Meson: bump min hyprlang version
Nix: update hyprlang
-rw-r--r--flake.lock6
-rw-r--r--src/meson.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 3029b49e..6c2f744d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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": {
diff --git a/src/meson.build b/src/meson.build
index 2977a69d..2d72280c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -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'),