0.6.0 → 1.0b1 polonium.nix

This commit is contained in:
Leonard-Orlando Menzel 2024-03-05 08:50:11 +01:00 committed by GitHub
parent 61d283cfcb
commit 2451fc96e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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