Skip to content

Commit

Permalink
hyprlandPlugins.hyprsplit: 0.45.2 -> 0.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 17, 2024
1 parent 6e0b46a commit 54809e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 54809e5

Please sign in to comment.