We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e2143 commit cbc60c3Copy full SHA for cbc60c3
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix
@@ -9,13 +9,13 @@
9
10
mkHyprlandPlugin hyprland {
11
pluginName = "hyprscroller";
12
- version = "0-unstable-2024-10-10";
+ version = "0-unstable-2024-11-09";
13
14
src = fetchFromGitHub {
15
owner = "dawsers";
16
repo = "hyprscroller";
17
- rev = "1a907fd38594ec58a8fe5d68be0dcf2f9e76b0f8";
18
- hash = "sha256-cgwHl2YtqrnS0ThUyycFGYoYozpq7zT9POARrQAoahY=";
+ rev = "556e01458ba26aa63253ae590a6aa8b2601ecf03";
+ hash = "sha256-lILkkTNwPxMvfYNpusbakl2BW4lvNUZcIputwAfHHAE=";
19
};
20
21
nativeBuildInputs = [ cmake ];
0 commit comments