hyprlandPlugins: 0.45.0 -> 0.46.0

This commit is contained in:
Austin Horstman
2024-12-17 10:15:24 -06:00
parent a520c40131
commit 1fcbb94d58

View File

@@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.45.0";
version = "0.46.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-hOljwsXpY4Y6guvcr51tWCnXo6c56yaBknnLXk1m3Vk=";
hash = "sha256-Q9bXV9d6xqxr8V1UKmmmHdCgky3I4n2hk1TDxZ/pBto=";
};
in
mkHyprlandPlugin hyprland {