From 7fe01845652cfa5308eaefd3915c3fba9df06921 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 6 Oct 2024 10:14:03 -0500 Subject: [PATCH] nix: update hyprland to v0.44.0 Signed-off-by: Myned --- flake.in.nix | 1 + flake.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.in.nix b/flake.in.nix index d6328b5..fcf0d50 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -58,6 +58,7 @@ bitwarden-menu = flake "github:firecat53/bitwarden-menu" // unstable "nixpkgs"; fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs"; hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs"; + hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.0&submodules=1" // unstable "nixpkgs"; #// hyprland = flake "git+https://github.com/hyprwm/Hyprland?submodules=1" // unstable "nixpkgs"; hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.43.0&submodules=1" diff --git a/flake.nix b/flake.nix index 851e0d6..9ea7bb6 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ }; hyprland = { inputs.nixpkgs.follows = "nixpkgs-unstable"; - url = "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.43.0&submodules=1"; + url = "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.0&submodules=1"; }; hyprland-contrib = { inputs.nixpkgs.follows = "nixpkgs-unstable";