diff --git a/flake.lock b/flake.lock index 24af358..315e7a2 100644 --- a/flake.lock +++ b/flake.lock @@ -205,16 +205,17 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1739123889, - "narHash": "sha256-UQfbHDIicYkaK2pwT5gx0WMx64K/P6mq9Q6eauI1ZfM=", - "ref": "refs/heads/main", - "rev": "f261fb6fe028a1427cfd672eee6e7d5705cd696f", - "revCount": 5805, + "lastModified": 1738457237, + "narHash": "sha256-dSKR1VpjpdJVZ5dmLgIvAu3K+DYrSbohZkqxSQhjw8U=", + "ref": "refs/tags/v0.47.2", + "rev": "882f7ad7d2bbfc7440d0ccaef93b1cdd78e8e3ff", + "revCount": 5767, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland/" }, "original": { + "ref": "refs/tags/v0.47.2", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland/" diff --git a/flake.nix b/flake.nix index 866380f..cb33854 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ nixos-wsl.url = "github:nix-community/NixOS-WSL"; nix-index-database.url = "github:nix-community/nix-index-database"; sops-nix.url = "github:Mic92/sops-nix"; - hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1"; + hyprland.url = "git+https://github.com/hyprwm/Hyprland/?submodules=1&ref=refs/tags/v0.47.2"; hyprland-contrib.url = "github:hyprwm/contrib"; nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; f1multiviewer.url = "github:daylinmorgan/f1multiviewer-flake";