feat: use hyprscroller fork

This commit is contained in:
Youwen Wu 2025-05-17 14:28:18 -07:00
parent a0811c25e4
commit 1b322103c1
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 7 additions and 26 deletions

View file

@ -88,10 +88,10 @@ in
(pkgs.hyprlandPlugins.hyprscroller.overrideAttrs {
version = "0-unstable-2025-03-28";
src = pkgs.fetchFromGitHub {
owner = "dawsers";
owner = "cpiber";
repo = "hyprscroller";
rev = "3f86916f3e9a583154b1be0af4e8a1ef1f7435b2";
hash = "sha256-mgYq3vc4JtIzVuAKTWdALOynImYyNZEXh7tiVPvMZg4=";
rev = "de97924b6d1086d84939b6f6688637f7b21d8d80";
hash = "sha256-m9689UH+w8Z/qP/DKYtzQfIGfiE4jgBAfO+uH34cfNs=";
};
})
];