hyprlandPlugins/hyprland-plugins: 0.49.0 -> 0.49.0-fix (#409061)

This commit is contained in:
Austin Horstman
2025-05-20 08:48:58 -05:00
committed by GitHub
@@ -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 {