Commit 49189325 authored by Adam M. Szalkowski's avatar Adam M. Szalkowski Committed by Masum Reza
Browse files

hyprlandPlugins.hy3: 0.48.0 -> 0.49.0

(cherry picked from commit 41b89426)
parent 684552d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin hyprland rec {
  pluginName = "hy3";
  version = "hl0.48.0";
  version = "hl0.49.0";

  src = fetchFromGitHub {
    owner = "outfoxxed";
    repo = "hy3";
    tag = version;
    hash = "sha256-CUlxc2u1Y8gpeAl7NKrZxxpeZjyU2DBxOYb8b0haM2M=";
    hash = "sha256-dYxkdbg6yj8HhuBkCmklMQVR17N7P32R8ir7b7oNxm4=";
  };

  nativeBuildInputs = [ cmake ];