From b6f88f58dde2d358c0e625a96ef3feda8e0edbc4 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 30 Jan 2025 23:15:55 -0800 Subject: [PATCH] fix(hyprscroller): bump to latest commit to build against hyprland 0.47 --- overlays/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index f544474..9ac9052 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -13,12 +13,12 @@ in (import ../pkgs { inherit pkgs; }) (final: prev: { hyprlandPlugins.hyprscroller = prev.hyprlandPlugins.hyprscroller.overrideAttrs { - version = "0-unstable-2025-01-16"; + version = "0-unstable-2025-01-30"; src = prev.fetchFromGitHub { owner = "dawsers"; repo = "hyprscroller"; - rev = "e250f38bde9659ee8459c05a173bcc5c2655418f"; - hash = "sha256-rqDfY/wPG2F5NfHx6yEWMRybapNwmjjawQ7tWe6gDaw="; + rev = "e4b13544ef3cc235eb9ce51e0856ba47eb36e8ac"; + hash = "sha256-OYCcIsE25HqVBp8z76Tk1v+SuYR7W1nemk9mDS9GHM8="; }; }; })