hyprlandPlugins.hyprsplit: 0.46.1 -> 0.46.2

This commit is contained in:
R. Ryantm
2025-01-01 06:19:07 +00:00
parent ffd125e27f
commit 2fbed58cc3
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.46.1";
version = "0.46.2";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-Hv8cVJ4lONz0g1zMwdWCL2nBUA/P8ILy7MiFjU26OM4=";
hash = "sha256-G+fgzjGNkYl5y6XL9K67ixCPEhb02J45cS9uicdC110=";
};
nativeBuildInputs = [