hyprlandPlugins.hyprsplit: 0.46.2 -> 0.47.0

This commit is contained in:
R. Ryantm
2025-01-30 16:33:39 +05:30
committed by Masum Reza
parent 8411d67bf1
commit 3571dc0df0
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.46.2";
version = "0.47.0";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-G+fgzjGNkYl5y6XL9K67ixCPEhb02J45cS9uicdC110=";
hash = "sha256-IKcUv2ayfiEoF9mOkt/+ACTSVI0RW/tCA9BS64/qePE=";
};
nativeBuildInputs = [