Merge pull request #293465 from lomenzel/master
polonium: 0.6.0 -> 1.0b1
This commit is contained in:
commit
cf0327ca4d
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue