Unverified Commit cd3c87dd authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprlandPlugins.hy3: 0.52.0 -> 0.53.0 (#479565)

parents 04a4e37a caf252db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin (finalAttrs: {
  pluginName = "hy3";
  version = "0.52.0";
  version = "0.53.0";

  src = fetchFromGitHub {
    owner = "outfoxxed";
    repo = "hy3";
    tag = "hl${finalAttrs.version}";
    hash = "sha256-UeMEUlQsil5DEtF/VQ//41vXJF9ff2xjoYVjhR6dqu4=";
    hash = "sha256-N0kFdc6tSE0yFeQ/Iit3KNrz4nf2K5xvP3juL7SUyhc=";
  };

  nativeBuildInputs = [ cmake ];