hyprlandPlugins.hy3: 0.42.0 -> 0.43.0

This commit is contained in:
Donovan Glover
2024-09-08 19:02:38 -04:00
parent 1930c1acd4
commit e2a3b56b88
@@ -7,13 +7,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hy3";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "refs/tags/hl${version}";
hash = "sha256-gyhpW3Mv9RgWsB8jAMoA7yoMSb01ol0jyPFNsghaZ0w=";
hash = "sha256-hBvwaMlgBuR2cB1Kx6cA1z7x38HXUujNcHtBsKhaEZs=";
};
nativeBuildInputs = [ cmake ];