hyprlandPlugins.hyprsplit: 0.45.0 -> 0.45.2

This commit is contained in:
Austin Horstman
2024-12-17 09:46:13 -06:00
parent 821381bc56
commit f998a0c08f
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.45.0";
version = "0.45.2";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-otDIivy4sMZBN2t9eHVI5PaFacg2Je4U9gBPPcH/Vpo=";
hash = "sha256-+KvgaMLPlwoQFt1NJCELSRg5N3W01XnzWMlrvbtNkVQ=";
};
nativeBuildInputs = [