hyprlandPlugins.hy3: 0.38.0 -> 0.39.1

Hyprland was updated to 0.39.1 and the plugin version should match
Hyprland's.
This commit is contained in:
Enric Morales 2024-04-26 11:30:17 +02:00
parent 258bbbf949
commit bb690edbc5
No known key found for this signature in database
GPG Key ID: 75191DF8C4AB9749
1 changed files with 3 additions and 3 deletions

View File

@ -24,13 +24,13 @@ let
hy3 = { fetchFromGitHub, cmake, hyprland }:
mkHyprlandPlugin hyprland {
pluginName = "hy3";
version = "0.38.0";
version = "0.39.1";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "hl0.38.0";
hash = "sha256-ZVwX5yM97R6MLk64dQG5KqYOR4L4HxEEV+xzQi+NGrk=";
rev = "hl0.39.1";
hash = "sha256-PqVld+oFziSt7VZTNBomPyboaMEAIkerPQFwNJL/Wjw=";
};
nativeBuildInputs = [ cmake ];