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
c76e01b14a
commit
75303d647e
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ let
|
|||
in
|
||||
mkHyprlandPlugin hyprland {
|
||||
pluginName = "hyprscroller";
|
||||
version = "0-unstable-2025-05-16";
|
||||
version = "0-unstable-2025-07-22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cpiber";
|
||||
repo = "hyprscroller";
|
||||
rev = "de97924b6d1086d84939b6f6688637f7b21d8d80";
|
||||
hash = "sha256-m9689UH+w8Z/qP/DKYtzQfIGfiE4jgBAfO+uH34cfNs=";
|
||||
rev = "d3e447a22cfaae77ab1cf3931d23cfdb7c010a9c";
|
||||
hash = "sha256-XqUm5nnTmZUF17eqEACzQCAWXF7ezLKHqIwJR/td34Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue