diff --git a/flake.lock b/flake.lock index fdf18d9..512b8f8 100644 --- a/flake.lock +++ b/flake.lock @@ -33,23 +33,24 @@ "inputs": { "hyprcursor": "hyprcursor", "hyprlang": "hyprlang", + "hyprutils": "hyprutils", "hyprwayland-scanner": "hyprwayland-scanner", "nixpkgs": "nixpkgs", "systems": "systems", "xdph": "xdph" }, "locked": { - "lastModified": 1718029386, - "narHash": "sha256-iX/l3UT8iXu8psu2UirFX11Yg2zYwpgzoXB32oM3N3U=", + "lastModified": 1718119065, + "narHash": "sha256-D/LR6g9JSHQBZhz5zBrQ6pyGiRr5nQx0JaJn1RlHFr4=", "ref": "refs/heads/main", - "rev": "ea2501d4556f84d3de86a4ae2f4b22a474555b9f", - "revCount": 4794, + "rev": "8c64a4bad710fb18e9b84812bd680a89d1e93661", + "revCount": 4800, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" }, "original": { - "rev": "ea2501d4556f84d3de86a4ae2f4b22a474555b9f", + "rev": "8c64a4bad710fb18e9b84812bd680a89d1e93661", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -107,6 +108,31 @@ "type": "github" } }, + "hyprutils": { + "inputs": { + "nixpkgs": [ + "hyprland", + "nixpkgs" + ], + "systems": [ + "hyprland", + "systems" + ] + }, + "locked": { + "lastModified": 1717881334, + "narHash": "sha256-a0inRgJhPL6v9v7RPM/rx1kbXdfe3xJA1c9z0ZkYnh4=", + "owner": "hyprwm", + "repo": "hyprutils", + "rev": "0693f9398ab693d89c9a0aa3b3d062dd61b7a60e", + "type": "github" + }, + "original": { + "owner": "hyprwm", + "repo": "hyprutils", + "type": "github" + } + }, "hyprwayland-scanner": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 6dd4a47..035d90b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=ea2501d4556f84d3de86a4ae2f4b22a474555b9f"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=8c64a4bad710fb18e9b84812bd680a89d1e93661"; }; outputs = { self, hyprland, ... }: let