hyprlandPlugins.hy3: 0.42.0 -> 0.43.0 (#340619)

This commit is contained in:
Masum Reza 2024-09-09 08:38:48 +05:30 committed by GitHub
commit d997d3f4a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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