We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2795c50 commit da0eb64Copy full SHA for da0eb64
1 file changed
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix
@@ -14,13 +14,13 @@ let
14
mkHyprlandPlugin,
15
}:
16
let
17
- version = "0.49.0";
+ version = "0.49.0-fix";
18
19
hyprland-plugins-src = fetchFromGitHub {
20
owner = "hyprwm";
21
repo = "hyprland-plugins";
22
tag = "v${version}";
23
- hash = "sha256-GpsLyK/U05q7QnyFIWrnGS2loVyjPZByTtPitwu9UNw=";
+ hash = "sha256-5wjvmFtk85uBJLnrKZbfrgo9OTTQlFP18ZNgfBwFsz0=";
24
};
25
in
26
mkHyprlandPlugin hyprland {
0 commit comments