hyprland-plugins: 0.41.1 -> 0.41.2

This commit is contained in:
John Titor 2024-06-26 01:19:10 +05:30
parent 25cb8f71c4
commit b8a8175af0
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -14,13 +14,13 @@ let
mkHyprlandPlugin,
}:
let
version = "0.41.1";
version = "0.41.2";
hyprland-plugins-src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland-plugins";
rev = "v${version}";
hash = "sha256-Bw3JRBUZg2kmDwxa/UHvD//gGcNjbftTj2MSeLvx1q8=";
rev = "refs/tags/v${version}";
hash = "sha256-TnlAcO5K2gkab0mpKurP5Co6eWRycP/KbFqWNS2rsMA=";
};
in
mkHyprlandPlugin hyprland {