trojita-unstable: unstable-2020-07-06 -> unstable-2022-08-22
Needed for compatibility with latest Akonadi version
This commit is contained in:
parent
cbffc686f4
commit
953918a0f9
1 changed files with 8 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue