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

hyprlandPlugins.hy3: 0.34.0 -> 0.35.0
This commit is contained in:
Nick Cao
2024-02-16 10:00:47 -05:00
committed by GitHub
@@ -24,13 +24,13 @@ let
hy3 = { fetchFromGitHub, cmake, hyprland }:
mkHyprlandPlugin rec {
pluginName = "hy3";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "hl${version}";
hash = "sha256-Jd1bSwelh7WA8aeYrV+CxxtpsmSITUDruKdNNLHdV7c=";
hash = "sha256-lFe7Lf0K5ePTh4gflnvBohOGH4ayGDtNkbg/XtoNqRo=";
};
nativeBuildInputs = [ cmake ];