hypr-dynamic-cursors: pin to da447486 (pre Hyprland >0.55.2 API requirement)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 02:10:48 -07:00
parent 1955bbed68
commit a2609b6f5b
2 changed files with 6 additions and 4 deletions

7
nixos/flake.lock generated
View File

@@ -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"
}
},

View File

@@ -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";