Merge pull request #316478 from wineee/hy3-f

[Backport release-24.05]  hyprlandPlugins.hy3: 0.39.1 -> 0.40.0
This commit is contained in:
Pol Dellaiera 2024-06-02 21:34:13 +02:00 committed by GitHub
commit e854941b61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@ let
hy3 = { fetchFromGitHub, cmake, hyprland }:
mkHyprlandPlugin hyprland {
pluginName = "hy3";
version = "0.39.1";
version = "0.40.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "hl0.39.1";
hash = "sha256-PqVld+oFziSt7VZTNBomPyboaMEAIkerPQFwNJL/Wjw=";
rev = "hl0.40.0";
hash = "sha256-Y9bIML3C5xyKKv+Yel4LUfSkScwGunOVZkg+Z1dPwHI=";
};
nativeBuildInputs = [ cmake ];