Commit 69872616 authored by R. RyanTM's avatar R. RyanTM
Browse files

hyprlandPlugins.hyprsplit: 0.48.0 -> 0.48.1

parent b222bbdb
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.48.0";
  version = "0.48.1";

  src = fetchFromGitHub {
    owner = "shezdy";
    repo = "hyprsplit";
    rev = "refs/tags/v${version}";
    hash = "sha256-FTp5mkrrgo/plCFHuFnx+EtDnQQoChq0mdKpb2a4LrQ=";
    hash = "sha256-MN7eipww5r/I4tlEPTN6U+RZAkXPyf1YYx/YSCqVmoU=";
  };

  nativeBuildInputs = [