1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 675a614..d38e272 100755
--- a/flake.nix
+++ b/flake.nix
@@ -102,9 +102,9 @@
flake = false;
};
- hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/tags/v0.48.1";
+ hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/tags/v0.50.1";
hy3 = {
- url = "github:outfoxxed/hy3?ref=hl0.48.0";
+ url = "github:outfoxxed/hy3?ref=hl0.50.0";
inputs.hyprland.follows = "hyprland";
};
|