Skip to content

Commit

Permalink
hyprlandPlugins.hy3: 0.46.0 -> 0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsalan2356 authored and JohnRTitor committed Jan 31, 2025
1 parent 60c278d commit b502ccc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hy3";
version = "0.46.0";
version = "0.47.0";

src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "refs/tags/hl${version}";
hash = "sha256-etPkIYs38eDgJOpsFfgljlGIy0FPRXgU3DRWuib1wWc=";
hash = "sha256-DicW4xltTHVk1L34xtEJwrKb9nSBWJ+zLVrh28Fr6Fg=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit b502ccc

Please sign in to comment.