hyprlandPlugins.hyprsplit: 0.47.2 -> 0.48.0 (#392597)

This commit is contained in:
Weijia Wang
2025-03-30 22:31:33 +02:00
committed by GitHub
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.47.2";
version = "0.48.0";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-g3yq1TNLc3HIMXqs2wY9kUgDYsN8GHhc77wIOXjyn6E=";
hash = "sha256-FTp5mkrrgo/plCFHuFnx+EtDnQQoChq0mdKpb2a4LrQ=";
};
nativeBuildInputs = [