From 017244e759bb52f6193afe387c255527a7d56f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 5 Aug 2024 04:02:05 -0700 Subject: [PATCH] deltatouch: 1.4.0 -> 1.5.1 Diff: https://codeberg.org/lk108/deltatouch.git/compare/v1.4.0...1.5.1 Changelog: https://codeberg.org/lk108/deltatouch/src/tag/v1.5.1/CHANGELOG --- pkgs/by-name/de/deltatouch/package.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/de/deltatouch/package.nix b/pkgs/by-name/de/deltatouch/package.nix index db6ba129e219..3b65c23a9a0a 100644 --- a/pkgs/by-name/de/deltatouch/package.nix +++ b/pkgs/by-name/de/deltatouch/package.nix @@ -1,7 +1,6 @@ { lib , stdenv , fetchFromGitea -, fetchpatch , cmake , intltool , libdeltachat @@ -12,26 +11,18 @@ stdenv.mkDerivation (finalAttrs: { pname = "deltatouch"; - version = "1.4.0"; + version = "1.5.1"; src = fetchFromGitea { domain = "codeberg.org"; owner = "lk108"; repo = "deltatouch"; rev = "v${finalAttrs.version}"; - hash = "sha256-tqcQmFmF8Z9smVMfaXOmXQ3Uw41bUcU4iUi8fxBlg8U="; + hash = "sha256-OQrTxxmiBiAc9il1O5aEl9iN3fCfoxSAwJDfrASCPxs="; fetchSubmodules = true; }; - patches = [ - (fetchpatch { - name = "0001-deltatouch-Fix-localisation.patch"; - url = "https://codeberg.org/lk108/deltatouch/commit/dcfdd8a0fca5fff10d0383f77f4c0cbea302de00.patch"; - hash = "sha256-RRjHG/xKtj757ZP2SY0GtWwh66kkTWoICV1vDkFAw3k="; - }) - ]; - nativeBuildInputs = [ qt5.wrapQtAppsHook intltool @@ -76,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: { ''; meta = with lib; { - changelog = "https://codeberg.org/lk108/deltatouch/src/commit/${finalAttrs.src.rev}/CHANGELOG"; + changelog = "https://codeberg.org/lk108/deltatouch/src/tag/${finalAttrs.src.rev}/CHANGELOG"; description = "Messaging app for Ubuntu Touch, powered by Delta Chat core"; longDescription = '' DeltaTouch is a messenger for Ubuntu Touch based on Delta Chat core.