hyprlandPlugins.hy3: 0.54.2.1 -> 0.55.0

This commit is contained in:
R. Ryantm
2026-05-18 17:33:15 +00:00
parent 9ccfc30b92
commit fc4ff99d24
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin (finalAttrs: {
pluginName = "hy3";
version = "0.54.2.1";
version = "0.55.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
tag = "hl${finalAttrs.version}";
hash = "sha256-qKh+SPgmUNy5p22+hFPM7nNI3izjP6fG1fOX8YRa1f8=";
hash = "sha256-P3wwiIfqo89evW7xzI+wOI/qM1WPZBiiSmGNtBmYeVk=";
};
nativeBuildInputs = [ cmake ];