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

hyprlandPlugins.hy3: 0.54.2 -> 0.54.2.1 (#507432)

parents b1fffc96 81f686c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin (finalAttrs: {
  pluginName = "hy3";
  version = "0.54.2";
  version = "0.54.2.1";

  src = fetchFromGitHub {
    owner = "outfoxxed";
    repo = "hy3";
    tag = "hl${finalAttrs.version}";
    hash = "sha256-ceT6njnsCLefWhn5C6FYdp68Te9UfcQLAaYIHGjt8bk=";
    hash = "sha256-qKh+SPgmUNy5p22+hFPM7nNI3izjP6fG1fOX8YRa1f8=";
  };

  nativeBuildInputs = [ cmake ];