From 31b7e46d6b1e70cd4bef9a2a724b22f7bc893783 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 17 Dec 2024 09:41:24 -0600 Subject: [PATCH] hyprlandPlugins.hyprscroller: 0-unstable-2024-11-29 -> 0-unstable-2024-12-17 --- .../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 f575ac2c5756..e46864b96d86 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-11-29"; + version = "0-unstable-2024-12-17"; src = fetchFromGitHub { owner = "dawsers"; repo = "hyprscroller"; - rev = "50a87a8a7dc56494a5b71e95182ef4b907d71448"; - hash = "sha256-4Gzj0HWovu0hzzw+2zEXne7vDmP6yIK2GmtURB1EZxQ="; + rev = "9dc46c3c98e875a8f3b2a118ef3859a3c714c887"; + hash = "sha256-CifZc4Ev+CG4qHHOH6e6NLBLQNbFVn4gZEFNCX8e0QQ="; }; nativeBuildInputs = [ cmake ];