hyprlandPlugins/hyprland-plugins: 0.42.0 -> 0.43.0

This commit is contained in:
Mihai Fufezan 2024-09-14 16:11:26 +03:00
parent 71805ede53
commit 4349ea0571
No known key found for this signature in database

View File

@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.42.0";
version = "0.43.0";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-aPzAbDgAyxJlUjyaFPDhjcL7WnyDP5uDZKOqlQRD8eM=";
hash = "sha256-dPcWAeRJoG5CyWC32X3XX+Og0v/k1/S1N0T5dQWT32k=";
};
in
mkHyprlandPlugin hyprland {