hyprlandPlugins/hyprland-plugins: 0.49.0 -> 0.49.0-fix

This commit is contained in:
Mihai Fufezan
2025-05-20 16:00:12 +03:00
parent 2795c506fe
commit da0eb64446
@@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.49.0";
version = "0.49.0-fix";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
tag = "v${version}";
hash = "sha256-GpsLyK/U05q7QnyFIWrnGS2loVyjPZByTtPitwu9UNw=";
hash = "sha256-5wjvmFtk85uBJLnrKZbfrgo9OTTQlFP18ZNgfBwFsz0=";
};
in
mkHyprlandPlugin hyprland {