Merge pull request #293465 from lomenzel/master

polonium: 0.6.0 -> 1.0b1
This commit is contained in:
Pol Dellaiera 2024-03-18 22:34:53 +01:00 committed by GitHub
commit cf0327ca4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
buildNpmPackage rec {
pname = "polonium";
version = "0.6.0";
version = "1.0b1";
src = fetchFromGitHub {
owner = "zeroxoneafour";
repo = pname;
rev = "v" + version;
hash = "sha256-fZgNOcOq+owmqtplwnxeOIQpWmrga/WitCNCj89O5XA=";
hash = "sha256-2uthjNhQm+hkRCPXGQm2LZunTj+J0SUuUfZL0PeRd4s=";
};
npmDepsHash = "sha256-25AtM1FweWIbFot+HUMSPYTu47/0eKNpRWSlBEL0yKk=";
npmDepsHash = "sha256-kaT3Uyq+/JkmebakG9xQuR4Kjo7vk6BzI1/LffOj/eo=";
dontConfigure = true;
@ -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;