From a2609b6f5be94de168967bc2f791ff53c08cfe96 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 11 Jun 2026 02:10:48 -0700 Subject: [PATCH] hypr-dynamic-cursors: pin to da447486 (pre Hyprland >0.55.2 API requirement) Co-Authored-By: Claude Sonnet 4.6 --- nixos/flake.lock | 7 ++++--- nixos/flake.nix | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/nixos/flake.lock b/nixos/flake.lock index 314f9a32..ca7d5c96 100644 --- a/nixos/flake.lock +++ b/nixos/flake.lock @@ -792,16 +792,17 @@ ] }, "locked": { - "lastModified": 1781039451, - "narHash": "sha256-Pse69Wl0+cGF3KHhAScUGXj/cbPDozB3gbPJqlO5orY=", + "lastModified": 1780484690, + "narHash": "sha256-G3VOjqBgsnwaYQicqC4zjaUVCdsnzZ5sMPoUOPPnfXQ=", "owner": "VirtCode", "repo": "hypr-dynamic-cursors", - "rev": "98abbb6de02a7ed42be6b5494f58fa8f41242873", + "rev": "da447486c84e0be81f2cdd208af1ef92469f0a88", "type": "github" }, "original": { "owner": "VirtCode", "repo": "hypr-dynamic-cursors", + "rev": "da447486c84e0be81f2cdd208af1ef92469f0a88", "type": "github" } }, diff --git a/nixos/flake.nix b/nixos/flake.nix index c4fd32aa..30056428 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -160,7 +160,8 @@ }; hypr-dynamic-cursors = { - url = "github:VirtCode/hypr-dynamic-cursors"; + # Pinned: 98abbb6 requires Hyprland > 0.55.2 (MonitorState.hpp) + url = "github:VirtCode/hypr-dynamic-cursors/da447486c84e0be81f2cdd208af1ef92469f0a88"; inputs = { hyprland.follows = "hyprland"; nixpkgs.follows = "nixpkgs";