hyprland-plugins: 0.50.0 -> 0.51.0

This commit is contained in:
John Titor
2025-09-15 16:35:09 +05:30
parent cc4daa3d28
commit df5fa3c19e
@@ -13,13 +13,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.50.0";
version = "0.51.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
tag = "v${version}";
hash = "sha256-XJJ+frO4NOxVkoSGc1Mag8ESumzx2FmVRspOgFlMqF8=";
hash = "sha256-6jAtMjnWq8kty/dpPbIKxIupUG+WAE2AKMIKhxdLYNo=";
};
in
mkHyprlandPlugin {