hyprlandPlugins.hyprsplit: 0.47.0 -> 0.47.2

This commit is contained in:
R. Ryantm
2025-02-11 09:12:38 +00:00
parent 77fa9b848e
commit 4f1d0a11ae
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.47.0";
version = "0.47.2";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-IKcUv2ayfiEoF9mOkt/+ACTSVI0RW/tCA9BS64/qePE=";
hash = "sha256-g3yq1TNLc3HIMXqs2wY9kUgDYsN8GHhc77wIOXjyn6E=";
};
nativeBuildInputs = [