hyprlandPlugins/hyprland-plugins: 0.43.0 -> 0.44.0

This commit is contained in:
Mihai Fufezan
2024-10-10 23:39:04 +03:00
parent eef892d50b
commit 7d8f84892f
@@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.43.0";
version = "0.44.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-dPcWAeRJoG5CyWC32X3XX+Og0v/k1/S1N0T5dQWT32k=";
hash = "sha256-/SeOrMuPEOjngI+MBlzqxQ/sJxkJFIYoef+wJ/PmX2w=";
};
in
mkHyprlandPlugin hyprland {