mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08:00
fix(hyprscroller): bump to latest commit to build against hyprland 0.47
This commit is contained in:
parent
aafc279615
commit
b6f88f58dd
1 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@ in
|
||||||
(import ../pkgs { inherit pkgs; })
|
(import ../pkgs { inherit pkgs; })
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
hyprlandPlugins.hyprscroller = prev.hyprlandPlugins.hyprscroller.overrideAttrs {
|
hyprlandPlugins.hyprscroller = prev.hyprlandPlugins.hyprscroller.overrideAttrs {
|
||||||
version = "0-unstable-2025-01-16";
|
version = "0-unstable-2025-01-30";
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
owner = "dawsers";
|
owner = "dawsers";
|
||||||
repo = "hyprscroller";
|
repo = "hyprscroller";
|
||||||
rev = "e250f38bde9659ee8459c05a173bcc5c2655418f";
|
rev = "e4b13544ef3cc235eb9ce51e0856ba47eb36e8ac";
|
||||||
hash = "sha256-rqDfY/wPG2F5NfHx6yEWMRybapNwmjjawQ7tWe6gDaw=";
|
hash = "sha256-OYCcIsE25HqVBp8z76Tk1v+SuYR7W1nemk9mDS9GHM8=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue