hyprlandPlugins.hy3: 0.36.0-unstable-2024-03-06 -> 0.38.0

This commit is contained in:
rewine 2024-04-06 02:11:30 +08:00
parent 8557b3adf2
commit 8c79f0dc51
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.36.0-unstable-2024-03-06";
version = "0.38.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "a392bfd13caf865ccf6b9df6917b67cc3a054b82";
hash = "sha256-QuapQR9DJI9+vt7xqULYIXx2QCCX1I/YB50c+7ReexU=";
rev = "hl0.38.0";
hash = "sha256-ZVwX5yM97R6MLk64dQG5KqYOR4L4HxEEV+xzQi+NGrk=";
};
nativeBuildInputs = [ cmake ];