hyprlandPlugins.hyprsplit: 0.45.2 -> 0.46.0

This commit is contained in:
Austin Horstman
2024-12-17 10:36:21 -06:00
parent 6e0b46aa9d
commit 54809e5ff5

View File

@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.45.2";
version = "0.46.0";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-+KvgaMLPlwoQFt1NJCELSRg5N3W01XnzWMlrvbtNkVQ=";
hash = "sha256-R/aLxJTLUi3bYQu38vVosTDPrFHAYwz4n34JbO1PPm0=";
};
nativeBuildInputs = [