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: 0.6.0 → 1.0b1 polonium.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(-) (limited to 'pkgs/desktops') 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; -- cgit 1.4.1 From 19827de662d1ca2e2abf03adad6e86cfbc8b4f8c Mon Sep 17 00:00:00 2001 From: Leonard-Orlando Menzel <79226837+lomenzel@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:12:02 +0100 Subject: update hashes for polonium 1.0b1 --- pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/desktops') diff --git a/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix b/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix index 708bf509f25e..10d4c7c1d98a 100644 --- a/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix +++ b/pkgs/desktops/plasma-5/3rdparty/addons/polonium.nix @@ -17,10 +17,10 @@ buildNpmPackage rec { 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; -- cgit 1.4.1 From 9d7c2faf03c063318e830cc55e79059275e336da Mon Sep 17 00:00:00 2001 From: rewine Date: Mon, 18 Mar 2024 14:19:26 +0800 Subject: deepin.deepin-editor: 6.0.15 -> 6.0.16 --- pkgs/desktops/deepin/apps/deepin-editor/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgs/desktops') diff --git a/pkgs/desktops/deepin/apps/deepin-editor/default.nix b/pkgs/desktops/deepin/apps/deepin-editor/default.nix index 6c02844c0ad5..c0cfc4465e1a 100644 --- a/pkgs/desktops/deepin/apps/deepin-editor/default.nix +++ b/pkgs/desktops/deepin/apps/deepin-editor/default.nix @@ -16,17 +16,18 @@ , libchardet , libuchardet , libiconv +, gitUpdater }: stdenv.mkDerivation rec { pname = "deepin-editor"; - version = "6.0.15"; + version = "6.0.16"; src = fetchFromGitHub { owner = "linuxdeepin"; repo = pname; rev = version; - hash = "sha256-17loD7FNy5PwSxIyXk313yiMxO10rOeP94q08tm76gw="; + hash = "sha256-55hRXHP02MJWt+JUDCDKv4Boq0IwNW1itGw9rtCZrao="; }; nativeBuildInputs = [ @@ -54,6 +55,8 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DVERSION=${version}" ]; + passthru.updateScript = gitUpdater { }; + meta = with lib; { description = "A desktop text editor that supports common text editing features"; homepage = "https://github.com/linuxdeepin/deepin-editor"; -- cgit 1.4.1