hyprlandPlugins.hyprsplit: 0.49.0 -> 0.50.1 (#427238)

This commit is contained in:
Peder Bergebakken Sundt
2025-07-27 15:46:09 +02:00
committed by GitHub
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.49.0";
version = "0.50.1";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-0jrsiUoQi/VXM2Ji7YTOEYDYYlBI2C3ZbgQpYoAEVKI=";
tag = "v${version}";
hash = "sha256-D0zfdUJXBRnNMmv/5qW+X4FJJ3/+t7yQmwJFkBuEgck=";
};
nativeBuildInputs = [