hyprlandPlugins.hy3: 0.34.0 -> 0.35.0

This commit is contained in:
R. Ryantm 2024-02-15 16:11:18 +00:00
parent c3ef726ee1
commit d8104bad00

View File

@ -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 ];