We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f9fcf commit 0198cfbCopy full SHA for 0198cfb
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix
@@ -8,13 +8,13 @@
8
}:
9
mkHyprlandPlugin hyprland rec {
10
pluginName = "hyprsplit";
11
- version = "0.44.1";
+ version = "0.45.0";
12
13
src = fetchFromGitHub {
14
owner = "shezdy";
15
repo = "hyprsplit";
16
rev = "refs/tags/v${version}";
17
- hash = "sha256-l+DQHWPMyUCXbKhbIFVooTKKnCRQ97Ic5smw4VzUcTc=";
+ hash = "sha256-otDIivy4sMZBN2t9eHVI5PaFacg2Je4U9gBPPcH/Vpo=";
18
};
19
20
nativeBuildInputs = [
0 commit comments