Skip to content

Commit 0198cfb

Browse files
committed
hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0
1 parent f3f9fcf commit 0198cfb

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
@@ -8,13 +8,13 @@
88
}:
99
mkHyprlandPlugin hyprland rec {
1010
pluginName = "hyprsplit";
11-
version = "0.44.1";
11+
version = "0.45.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "shezdy";
1515
repo = "hyprsplit";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-l+DQHWPMyUCXbKhbIFVooTKKnCRQ97Ic5smw4VzUcTc=";
17+
hash = "sha256-otDIivy4sMZBN2t9eHVI5PaFacg2Je4U9gBPPcH/Vpo=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)