Unverified Commit d9e2143b authored by Mihai Fufezan's avatar Mihai Fufezan
Browse files

hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30

parent 9739ac3a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,15 +11,15 @@
  nix-update-script,
}:

mkHyprlandPlugin hyprland rec {
mkHyprlandPlugin hyprland {
  pluginName = "hyprgrass";
  version = "0.8.2";
  version = "0.8.2-unstable-2024-10-30";

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

  nativeBuildInputs = [