Merge pull request #279505 from r-ryantm/auto-update/hyprlandPlugins.hy3

hyprlandPlugins.hy3: 0.32.0 -> 0.34.0
This commit is contained in:
Weijia Wang 2024-01-13 02:59:16 +01:00 committed by GitHub
commit 7ce4da20b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@ let
hy3 = { fetchFromGitHub, cmake, hyprland }:
mkHyprlandPlugin rec {
pluginName = "hy3";
version = "0.32.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "hl${version}";
hash = "sha256-j49bEOLjBa1CH2gTwM+A2Edrw/GspE2m8q1teAn6SuQ=";
hash = "sha256-Jd1bSwelh7WA8aeYrV+CxxtpsmSITUDruKdNNLHdV7c=";
};
nativeBuildInputs = [ cmake ];