diff --git a/flake.lock b/flake.lock index 1c94d0e..4b376cc 100644 --- a/flake.lock +++ b/flake.lock @@ -318,16 +318,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1731978971, - "narHash": "sha256-P9DXCxDvjFt4aMc2x67hvSpNvSqX18X840w6cEVZXoo=", - "ref": "refs/heads/main", - "rev": "67cee430061626ccd73dc6d30eed9db289053608", - "revCount": 5480, + "lastModified": 1731162467, + "narHash": "sha256-//Ib7gXCA8jq8c+QGTTIO0oH0rUYYBXGp8sqpI1jlhA=", + "ref": "v0.45.0", + "rev": "a425fbebe4cf4238e48a42f724ef2208959d66cf", + "revCount": 5433, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland/" }, "original": { + "ref": "v0.45.0", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland/" diff --git a/flake.nix b/flake.nix index ed99772..82193ed 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=v0.45.0"; hyprland-contrib.url = "github:hyprwm/contrib"; f1multiviewer.url = "github:daylinmorgan/f1multiviewer-flake";