hyprlandPlugins.hy3: hl0.50.0 -> hl0.51.0

+3 -3
+3 -3
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hy3.nix
··· 8 8 }: 9 9 mkHyprlandPlugin (finalAttrs: { 10 10 pluginName = "hy3"; 11 - version = "hl0.50.0"; 11 + version = "0.51.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "outfoxxed"; 15 15 repo = "hy3"; 16 - tag = finalAttrs.version; 17 - hash = "sha256-1BTJSqkj+lkIry27HuqA5UB7uRqAUvGT7LAUDQhKjU0="; 16 + tag = "hl${finalAttrs.version}"; 17 + hash = "sha256-HjbofK4rSLkkUvOZHdoAY6kn7Ok2bXo14eOKr8hKRHE="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];