hyprlandPlugins.hy3: 0.52.0 -> 0.53.0

This commit is contained in:
R. Ryantm
2026-01-13 03:59:09 +00:00
parent 9647a2baa3
commit caf252dba4
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin (finalAttrs: {
pluginName = "hy3";
version = "0.52.0";
version = "0.53.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
tag = "hl${finalAttrs.version}";
hash = "sha256-UeMEUlQsil5DEtF/VQ//41vXJF9ff2xjoYVjhR6dqu4=";
hash = "sha256-N0kFdc6tSE0yFeQ/Iit3KNrz4nf2K5xvP3juL7SUyhc=";
};
nativeBuildInputs = [ cmake ];