From 91c991025556f3433f38e943b0f23db852498249 Mon Sep 17 00:00:00 2001 From: inmaldrerah <71413779+inmaldrerah@users.noreply.github.com> Date: Fri, 31 Jan 2025 06:26:57 +0000 Subject: [PATCH] hyprlandPlugins.hyprscroller: 0-unstable-2024-12-17 -> 0-unstable-2025-01-30 --- .../hyprwm/hyprland-plugins/hyprscroller.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix index e46864b96d86..f782d9df7882 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix @@ -9,13 +9,13 @@ mkHyprlandPlugin hyprland { pluginName = "hyprscroller"; - version = "0-unstable-2024-12-17"; + version = "0-unstable-2025-01-30"; src = fetchFromGitHub { owner = "dawsers"; repo = "hyprscroller"; - rev = "9dc46c3c98e875a8f3b2a118ef3859a3c714c887"; - hash = "sha256-CifZc4Ev+CG4qHHOH6e6NLBLQNbFVn4gZEFNCX8e0QQ="; + rev = "e4b13544ef3cc235eb9ce51e0856ba47eb36e8ac"; + hash = "sha256-OYCcIsE25HqVBp8z76Tk1v+SuYR7W1nemk9mDS9GHM8="; }; nativeBuildInputs = [ cmake ];