about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorLeonard-Orlando Menzel <79226837+lomenzel@users.noreply.github.com>2024-03-05 08:50:11 +0100
committerGitHub <noreply@github.com>2024-03-05 08:50:11 +0100
commit2451fc96e710a2f7645703facab08b6b817711fb (patch)
tree288fb5496e2905ed11b2a49a0d46e2ce13ee4439 /pkgs/desktops
parent61d283cfcbcbdec9191b313d8a8c05a280d536ec (diff)
downloadnixlib-2451fc96e710a2f7645703facab08b6b817711fb.tar
nixlib-2451fc96e710a2f7645703facab08b6b817711fb.tar.gz
nixlib-2451fc96e710a2f7645703facab08b6b817711fb.tar.bz2
nixlib-2451fc96e710a2f7645703facab08b6b817711fb.tar.lz
nixlib-2451fc96e710a2f7645703facab08b6b817711fb.tar.xz
nixlib-2451fc96e710a2f7645703facab08b6b817711fb.tar.zst
nixlib-2451fc96e710a2f7645703facab08b6b817711fb.zip
0.6.0 → 1.0b1 polonium.nix
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix4
1 files 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;