hyprlandPlugins.hyprscroller: 0-unstable-2024-11-29 -> 0-unstable-2024-12-17

This commit is contained in:
Austin Horstman
2024-12-17 09:41:24 -06:00
parent 513ed2b46b
commit 31b7e46d6b
@@ -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 ];