hyprlandPlugins.hy3: 0.45.0 -> 0.46.0

This commit is contained in:
Victor Luft
2024-12-22 12:03:04 -05:00
parent 7aeabdc0cb
commit e67e08d20a
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hy3";
version = "0.45.0";
version = "0.46.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "refs/tags/hl${version}";
hash = "sha256-b3PuEtRHTSxV809RLUiZVQhDQZ8NxxpWUjboTe9QAAY=";
hash = "sha256-etPkIYs38eDgJOpsFfgljlGIy0FPRXgU3DRWuib1wWc=";
};
nativeBuildInputs = [ cmake ];