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 e2b798c commit 7c6c048Copy full SHA for 7c6c048
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix
@@ -14,13 +14,13 @@ let
14
mkHyprlandPlugin,
15
}:
16
let
17
- version = "0.44.0";
+ version = "0.45.0";
18
19
hyprland-plugins-src = fetchFromGitHub {
20
owner = "hyprwm";
21
repo = "hyprland-plugins";
22
rev = "refs/tags/v${version}";
23
- hash = "sha256-/SeOrMuPEOjngI+MBlzqxQ/sJxkJFIYoef+wJ/PmX2w=";
+ hash = "sha256-hOljwsXpY4Y6guvcr51tWCnXo6c56yaBknnLXk1m3Vk=";
24
};
25
in
26
mkHyprlandPlugin hyprland {
0 commit comments