hyprlandPlugins.hy3: 0.46.0 -> 0.47.0

This commit is contained in:
Arsalan
2025-01-31 23:45:35 +05:30
committed by Masum Reza
parent 60c278da0b
commit b502ccc397
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hy3";
version = "0.46.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "refs/tags/hl${version}";
hash = "sha256-etPkIYs38eDgJOpsFfgljlGIy0FPRXgU3DRWuib1wWc=";
hash = "sha256-DicW4xltTHVk1L34xtEJwrKb9nSBWJ+zLVrh28Fr6Fg=";
};
nativeBuildInputs = [ cmake ];