hyprlandPlugins.hy3: 0.41.2 -> 0.42.0

This commit is contained in:
Mihai Fufezan 2024-08-12 15:37:05 +03:00
parent 18ec93f298
commit a52cc31521
No known key found for this signature in database

View File

@ -7,13 +7,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hy3";
version = "0.41.2";
version = "0.42.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "refs/tags/hl${version}";
hash = "sha256-aZuNKBwTwj8EXkDBMWNdRKbHPx647wJLWm55h6jOKbo=";
hash = "sha256-gyhpW3Mv9RgWsB8jAMoA7yoMSb01ol0jyPFNsghaZ0w=";
};
nativeBuildInputs = [ cmake ];
@ -24,7 +24,7 @@ mkHyprlandPlugin hyprland rec {
homepage = "https://github.com/outfoxxed/hy3";
description = "Hyprland plugin for an i3 / sway like manual tiling layout";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
inherit (hyprland.meta) platforms;
maintainers = with lib.maintainers; [
aacebedo
johnrtitor