Skip to content

Commit 7c1d71f

Browse files
authored
hyprlandPlugins.hyprsplit: 0.47.2 -> 0.48.0 (NixOS#392597)
2 parents 3a5d276 + e2bfdd1 commit 7c1d71f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/window-managers/hyprwm/hyprland-plugins

1 file changed

+2
-2
lines changed

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
mkHyprlandPlugin hyprland rec {
1111
pluginName = "hyprsplit";
12-
version = "0.47.2";
12+
version = "0.48.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "shezdy";
1616
repo = "hyprsplit";
1717
rev = "refs/tags/v${version}";
18-
hash = "sha256-g3yq1TNLc3HIMXqs2wY9kUgDYsN8GHhc77wIOXjyn6E=";
18+
hash = "sha256-FTp5mkrrgo/plCFHuFnx+EtDnQQoChq0mdKpb2a4LrQ=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)