From 3874b46f3044dc2c80ce0b44405c8e85b280e32b Mon Sep 17 00:00:00 2001 From: Emmet Date: Thu, 19 Sep 2024 20:57:16 -0500 Subject: [PATCH] Updated hyprland ver comments --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9185d04..a788c9a 100644 --- a/flake.nix +++ b/flake.nix @@ -231,13 +231,13 @@ type = "git"; url = "https://code.hyprland.org/hyprwm/Hyprland.git"; submodules = true; - rev = "0f594732b063a90d44df8c5d402d658f27471dfe"; #v0.42.0+ + rev = "0f594732b063a90d44df8c5d402d658f27471dfe"; #v0.43.0 inputs.nixpkgs.follows = "nixpkgs"; }; hyprland-plugins = { type = "git"; url = "https://code.hyprland.org/hyprwm/hyprland-plugins.git"; - rev = "b73d7b901d8cb1172dd25c7b7159f0242c625a77"; #v0.42.0 + rev = "b73d7b901d8cb1172dd25c7b7159f0242c625a77"; #v0.43.0 inputs.hyprland.follows = "hyprland"; }; hyprlock = {