Unverified Commit 54809e5f authored by Austin Horstman's avatar Austin Horstman
Browse files

hyprlandPlugins.hyprsplit: 0.45.2 -> 0.46.0

parent 6e0b46aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
mkHyprlandPlugin hyprland rec {
  pluginName = "hyprsplit";
  version = "0.45.2";
  version = "0.46.0";

  src = fetchFromGitHub {
    owner = "shezdy";
    repo = "hyprsplit";
    rev = "refs/tags/v${version}";
    hash = "sha256-+KvgaMLPlwoQFt1NJCELSRg5N3W01XnzWMlrvbtNkVQ=";
    hash = "sha256-R/aLxJTLUi3bYQu38vVosTDPrFHAYwz4n34JbO1PPm0=";
  };

  nativeBuildInputs = [