hyprlandPlugins.hy3: 0.55.0 -> 0.56.0.1 (#545727)

This commit is contained in:
Masum Reza
2026-07-25 22:20:56 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin (finalAttrs: {
pluginName = "hy3";
version = "0.55.0";
version = "0.56.0.1";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
tag = "hl${finalAttrs.version}";
hash = "sha256-P3wwiIfqo89evW7xzI+wOI/qM1WPZBiiSmGNtBmYeVk=";
hash = "sha256-iK0vERuy5aXisDXm/bzcJP0dgaIot5MLPoVG62DjqO4=";
};
nativeBuildInputs = [ cmake ];