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

hyprlandPlugins: update plugins for 0.44 (#347802)

parents 986d7cad 722d13a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
mkHyprlandPlugin hyprland rec {
  pluginName = "hy3";
  version = "0.43.0";
  version = "0.44.0";

  src = fetchFromGitHub {
    owner = "outfoxxed";
    repo = "hy3";
    rev = "refs/tags/hl${version}";
    hash = "sha256-hBvwaMlgBuR2cB1Kx6cA1z7x38HXUujNcHtBsKhaEZs=";
    hash = "sha256-6TVaB+nWVanqZWqievg+m7tVNrSpQ9CQcwXJQeyU/Q0=";
  };

  nativeBuildInputs = [ cmake ];
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

mkHyprlandPlugin hyprland {
  pluginName = "hypr-dynamic-cursors";
  version = "0-unstable-2024-08-01";
  version = "0-unstable-2024-10-10";

  src = fetchFromGitHub {
    owner = "VirtCode";
    repo = "hypr-dynamic-cursors";
    rev = "ed2ff68862ae02e04dd06488eb7228e4412f5c33";
    hash = "sha256-02G/SPd/X7zSIFF3V6dkh8mGGWoO0/m6/Yld7HyPmJs=";
    rev = "3ff4c2a053f7673b3b8cd45ada0886cbda13ebcc";
    hash = "sha256-XMR9wDNXmY3pPp3imT5vA4Gc6yC3R2Fatp4B53uLHzI=";
  };

  dontUseCmakeConfigure = true;
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

mkHyprlandPlugin hyprland rec {
  pluginName = "hyprgrass";
  version = "0.8.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "horriblename";
    repo = "hyprgrass";
    rev = "v${version}";
    hash = "sha256-3CN9ZioI5XBtp6WF61hH2EyASHUIPJQCTXiW1rt9n5w=";
    hash = "sha256-0dYMlNYuevQvsd6+imOkic3c6RSssM8WSx1hAepJ/wU=";
  };

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let
            mkHyprlandPlugin,
          }:
          let
            version = "0.43.0";
            version = "0.44.0";

            hyprland-plugins-src = fetchFromGitHub {
              owner = "hyprwm";
              repo = "hyprland-plugins";
              rev = "refs/tags/v${version}";
              hash = "sha256-dPcWAeRJoG5CyWC32X3XX+Og0v/k1/S1N0T5dQWT32k=";
              hash = "sha256-/SeOrMuPEOjngI+MBlzqxQ/sJxkJFIYoef+wJ/PmX2w=";
            };
          in
          mkHyprlandPlugin hyprland {
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

mkHyprlandPlugin hyprland {
  pluginName = "hyprscroller";
  version = "0-unstable-2024-09-06";
  version = "0-unstable-2024-10-10";

  src = fetchFromGitHub {
    owner = "dawsers";
    repo = "hyprscroller";
    rev = "07671d7d42b92a85fc7e62cd8f02b0d9c52a8dea";
    hash = "sha256-RLI202fBXz+mDXX5Em70FU+16ChbA/YtpORYiOSX8uc=";
    rev = "1a907fd38594ec58a8fe5d68be0dcf2f9e76b0f8";
    hash = "sha256-cgwHl2YtqrnS0ThUyycFGYoYozpq7zT9POARrQAoahY=";
  };

  nativeBuildInputs = [ cmake ];
Loading