diff options
author | Mihai Fufezan <[email protected]> | 2023-08-26 12:07:08 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-08-26 12:07:11 +0300 |
commit | d63a42e93fc49f57f69270ad70adea008a3bafec (patch) | |
tree | 95d97a73de258002df07f785901c1d62e5becf7b | |
parent | ae69b9a2fa559d869f4e9c61ddf24e152d97df2f (diff) | |
download | Hyprland-d63a42e93fc49f57f69270ad70adea008a3bafec.tar.gz Hyprland-d63a42e93fc49f57f69270ad70adea008a3bafec.zip |
Nix & Meson: bump wlroots
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 | ||||
-rw-r--r-- | subprojects/wlroots.wrap | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -67,18 +67,18 @@ "flake": false, "locked": { "host": "gitlab.freedesktop.org", - "lastModified": 1691073628, - "narHash": "sha256-LlxE3o3UzRY7APYVLGNKM30DBMcDifCRIQiMVSbYLIc=", + "lastModified": 1692976565, + "narHash": "sha256-eBKkG7tMxg92NskEn8dHRFY245JwjirWRoOZzW6DnUw=", "owner": "wlroots", "repo": "wlroots", - "rev": "c74f89d4f84bfed0284d3908aee5d207698c70c5", + "rev": "717ded9bb0191ea31bf4368be32e7a15fe1b8294", "type": "gitlab" }, "original": { "host": "gitlab.freedesktop.org", "owner": "wlroots", "repo": "wlroots", - "rev": "c74f89d4f84bfed0284d3908aee5d207698c70c5", + "rev": "717ded9bb0191ea31bf4368be32e7a15fe1b8294", "type": "gitlab" } }, @@ -12,7 +12,7 @@ host = "gitlab.freedesktop.org"; owner = "wlroots"; repo = "wlroots"; - rev = "c74f89d4f84bfed0284d3908aee5d207698c70c5"; + rev = "717ded9bb0191ea31bf4368be32e7a15fe1b8294"; flake = false; }; diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 81922064..1932f0c2 100644 --- a/subprojects/wlroots.wrap +++ b/subprojects/wlroots.wrap @@ -1,7 +1,7 @@ [wrap-git] directory = wlroots url = https://gitlab.freedesktop.org/wlroots/wlroots.git -revision = c74f89d4f84bfed0284d3908aee5d207698c70c5 +revision = 717ded9bb0191ea31bf4368be32e7a15fe1b8294 depth = 1 diff_files = wlroots-meson-build.patch |