trojita-unstable: unstable-2020-07-06 -> unstable-2022-08-22

Needed for compatibility with latest Akonadi version
This commit is contained in:
André Vitor de Lima Matos 2022-09-08 13:40:26 -03:00 committed by Sandro Jäckel
parent cbffc686f4
commit 953918a0f9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,6 +1,6 @@
{ akonadi-contacts { akonadi-contacts
, cmake , cmake
, fetchgit , fetchFromGitLab
, fetchsvn , fetchsvn
, gnupg , gnupg
, gpgme , gpgme
@ -29,12 +29,14 @@ let
}; };
in mkDerivation rec { in mkDerivation rec {
pname = "trojita"; pname = "trojita";
version = "unstable-2020-07-06"; version = "unstable-2022-08-22";
src = fetchgit { src = fetchFromGitLab {
url = "https://anongit.kde.org/trojita.git"; domain = "invent.kde.org";
rev = "e973a5169f18ca862ceb8ad749c93cd621d86e14"; owner = "pim";
sha256 = "0r8nmlqwgsqkk0k8xh32fkwvv6iylj35xq2h8b7l3g03yc342kbn"; repo = "trojita";
rev = "91087933c5e7a03a8097c0ffe5f7289abcfc123b";
sha256 = "sha256-15G9YjT3qBKbeOKfb/IgXOO+DaJaTULP9NJn/MFYZS8=";
}; };
patches = (substituteAll { patches = (substituteAll {