hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0

This commit is contained in:
Mihai Fufezan 2024-11-10 20:26:37 +02:00
parent e2b798c525
commit 7c6c048259
No known key found for this signature in database

View File

@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.44.0";
version = "0.45.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-/SeOrMuPEOjngI+MBlzqxQ/sJxkJFIYoef+wJ/PmX2w=";
hash = "sha256-hOljwsXpY4Y6guvcr51tWCnXo6c56yaBknnLXk1m3Vk=";
};
in
mkHyprlandPlugin hyprland {