From 2451fc96e710a2f7645703facab08b6b817711fb Mon Sep 17 00:00:00 2001 From: Leonard-Orlando Menzel <79226837+lomenzel@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:50:11 +0100 Subject: [PATCH] =?UTF-8?q?0.6.0=20=E2=86=92=201.0b1=20polonium.nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix b/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix index 7bfe963e0e8b..708bf509f25e 100644 --- a/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix +++ b/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix @@ -11,7 +11,7 @@ buildNpmPackage rec { pname = "polonium"; - version = "0.6.0"; + version = "1.0b1"; src = fetchFromGitHub { owner = "zeroxoneafour"; @@ -43,7 +43,7 @@ buildNpmPackage rec { ''; meta = with lib; { - description = "Auto-tiler that uses KWin 5.27+ tiling functionality"; + description = "Auto-tiler that uses KWin 6.0+ tiling functionality"; license = licenses.mit; maintainers = with maintainers; [ peterhoeg ]; inherit (plasma-framework.meta) platforms;