mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
chore: chase hyprscroller
This commit is contained in:
parent
eba02a85da
commit
620061a966
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ let
|
||||||
in
|
in
|
||||||
mkHyprlandPlugin hyprland {
|
mkHyprlandPlugin hyprland {
|
||||||
pluginName = "hyprscroller";
|
pluginName = "hyprscroller";
|
||||||
version = "0-unstable-2025-05-16";
|
version = "0-unstable-2025-07-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cpiber";
|
owner = "cpiber";
|
||||||
repo = "hyprscroller";
|
repo = "hyprscroller";
|
||||||
rev = "de97924b6d1086d84939b6f6688637f7b21d8d80";
|
rev = "d3e447a22cfaae77ab1cf3931d23cfdb7c010a9c";
|
||||||
hash = "sha256-m9689UH+w8Z/qP/DKYtzQfIGfiE4jgBAfO+uH34cfNs=";
|
hash = "sha256-XqUm5nnTmZUF17eqEACzQCAWXF7ezLKHqIwJR/td34Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue