hyprlandPlugins/hyprland-plugins: 0.47.0 -> 0.48.0

This commit is contained in:
Mihai Fufezan
2025-03-23 22:24:32 +05:30
committed by Masum Reza
parent c79e886f5b
commit 13cdd4fe9d
@@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.47.0";
version = "0.48.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-zys4H2zSSIw54ecnYnBh2NUKZQraWD4B7qftuClrXho=";
tag = "v${version}";
hash = "sha256-q6v3nkJZdu45bwCuymQ+q3U7uwfA+M3GqsvZ0TgNsi4=";
};
in
mkHyprlandPlugin hyprland {