hyprlandPlugins/hyprland-plugins: 0.52.0 -> 0.53.0

This commit is contained in:
SchweGELBin
2025-12-29 21:04:29 +01:00
parent 874985cfcc
commit 0b5c9a24e1
@@ -13,13 +13,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.52.0";
version = "0.53.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
tag = "v${version}";
hash = "sha256-hr53AWO96ooLCwS1a2v416eT1/aWQZmuQV0ULqhaBTY=";
hash = "sha256-BSRT1Uu1ot4WfMfZc6KW0nwpmt2xl9wpUqmH/JoMTfk=";
};
in
mkHyprlandPlugin {