hyprlandPlugins.hy3: 0.53.0.1 -> 0.54.2 (#498896)

This commit is contained in:
Masum Reza
2026-03-11 14:49:38 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin (finalAttrs: {
pluginName = "hy3";
version = "0.53.0.1";
version = "0.54.2";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
tag = "hl${finalAttrs.version}";
hash = "sha256-0gUgUk8XFtu8HWZySFgb4bzvn+MHK9ZEZ1trVU8YfPw=";
hash = "sha256-ceT6njnsCLefWhn5C6FYdp68Te9UfcQLAaYIHGjt8bk=";
};
nativeBuildInputs = [ cmake ];