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": { "locked": {
"lastModified": 1781039451, "lastModified": 1780484690,
"narHash": "sha256-Pse69Wl0+cGF3KHhAScUGXj/cbPDozB3gbPJqlO5orY=", "narHash": "sha256-G3VOjqBgsnwaYQicqC4zjaUVCdsnzZ5sMPoUOPPnfXQ=",
"owner": "VirtCode", "owner": "VirtCode",
"repo": "hypr-dynamic-cursors", "repo": "hypr-dynamic-cursors",
"rev": "98abbb6de02a7ed42be6b5494f58fa8f41242873", "rev": "da447486c84e0be81f2cdd208af1ef92469f0a88",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "VirtCode", "owner": "VirtCode",
"repo": "hypr-dynamic-cursors", "repo": "hypr-dynamic-cursors",
"rev": "da447486c84e0be81f2cdd208af1ef92469f0a88",
"type": "github" "type": "github"
} }
}, },

View File

@@ -160,7 +160,8 @@
}; };
hypr-dynamic-cursors = { 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 = { inputs = {
hyprland.follows = "hyprland"; hyprland.follows = "hyprland";
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";