hyprland-plugins: 0.50.0 -> 0.51.0

+2 -2
+2 -2
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix
··· 13 13 mkHyprlandPlugin, 14 14 }: 15 15 let 16 - version = "0.50.0"; 16 + version = "0.51.0"; 17 17 18 18 hyprland-plugins-src = fetchFromGitHub { 19 19 owner = "hyprwm"; 20 20 repo = "hyprland-plugins"; 21 21 tag = "v${version}"; 22 - hash = "sha256-XJJ+frO4NOxVkoSGc1Mag8ESumzx2FmVRspOgFlMqF8="; 22 + hash = "sha256-6jAtMjnWq8kty/dpPbIKxIupUG+WAE2AKMIKhxdLYNo="; 23 23 }; 24 24 in 25 25 mkHyprlandPlugin {