diff options
author | vaxerski <[email protected]> | 2024-04-14 20:33:15 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-14 20:33:15 +0000 |
commit | 67f47fbdccd639502a76ccb3552a23df37f19ef8 (patch) | |
tree | 6a849b2f77a5b2a72ee103ae8708b6b900257e6e | |
parent | 043a40cd7a7fc122fbf17075de680fd7b79e4281 (diff) | |
download | Hyprland-67f47fbdccd639502a76ccb3552a23df37f19ef8.tar.gz Hyprland-67f47fbdccd639502a76ccb3552a23df37f19ef8.zip |
[gha] Nix: update wlroots
-rw-r--r-- | flake.lock | 8 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -117,17 +117,17 @@ "wlroots": { "flake": false, "locked": { - "lastModified": 1712935342, - "narHash": "sha256-zzIbTFNFd/as42jyGx23fil2uBDYYv+8GA5JmRq5y9c=", + "lastModified": 1713124002, + "narHash": "sha256-vPeZCY+sdiGsz4fl3AVVujfyZyQBz6+vZdkUE4hQ+HI=", "owner": "hyprwm", "repo": "wlroots-hyprland", - "rev": "62eeffbe233d199f520a5755c344e85f8eab7940", + "rev": "611a4f24cd2384378f6e500253983107c6656c64", "type": "github" }, "original": { "owner": "hyprwm", "repo": "wlroots-hyprland", - "rev": "62eeffbe233d199f520a5755c344e85f8eab7940", + "rev": "611a4f24cd2384378f6e500253983107c6656c64", "type": "github" } }, @@ -11,7 +11,7 @@ type = "github"; owner = "hyprwm"; repo = "wlroots-hyprland"; - rev = "62eeffbe233d199f520a5755c344e85f8eab7940"; + rev = "611a4f24cd2384378f6e500253983107c6656c64"; flake = false; }; |