From a6fecbc92e121739df804d83b15edb1f5a15277e Mon Sep 17 00:00:00 2001 From: Adam0 Date: Mon, 31 Aug 2026 16:17:00 +0200 Subject: [PATCH] Pin Hyprfocus to compatible Hyprland release --- flake.lock | 7 ++++--- flake.nix | 2 +- modules/desktop/hyprland/plugins/hyprfocus.nix | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index ccae7b8..b4491dd 100644 --- a/flake.lock +++ b/flake.lock @@ -856,15 +856,16 @@ ] }, "locked": { - "lastModified": 1788037253, - "narHash": "sha256-QSGOM0IFpp45DwmtIwcih8+kKuSgAoQal9QkVVSRNew=", + "lastModified": 1784102347, + "narHash": "sha256-piRpwar7VZI3YviYo0a/UMFz9+rLesfv3nRLGKxjVGg=", "owner": "hyprwm", "repo": "hyprland-plugins", - "rev": "67c3a4c019f223c27b5bdc6bb656ce891a60861a", + "rev": "7644cecdb947060682891a0db2a0cdc5c0b9e704", "type": "github" }, "original": { "owner": "hyprwm", + "ref": "v0.56.0", "repo": "hyprland-plugins", "type": "github" } diff --git a/flake.nix b/flake.nix index b3e9ccf..2177237 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ }; hyprland.url = "github:hyprwm/Hyprland?ref=v0.56.2"; hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; + url = "github:hyprwm/hyprland-plugins?ref=v0.56.0"; inputs.hyprland.follows = "hyprland"; }; import-tree.url = "github:vic/import-tree"; diff --git a/modules/desktop/hyprland/plugins/hyprfocus.nix b/modules/desktop/hyprland/plugins/hyprfocus.nix index 1cb420f..e63eb1d 100644 --- a/modules/desktop/hyprland/plugins/hyprfocus.nix +++ b/modules/desktop/hyprland/plugins/hyprfocus.nix @@ -1,7 +1,7 @@ {inputs, ...}: { flake-file.inputs = { hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; + url = "github:hyprwm/hyprland-plugins?ref=v0.56.0"; inputs.hyprland.follows = "hyprland"; }; }; -- 2.51.2