about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/deltachat-cursed
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-11-02 15:09:12 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-03 15:54:20 +0100
commit60602f1d4b7f5bd03776c3bb3d105ccda7d198aa (patch)
treeacc35bd8f4463fc062483f524b94eb2babddba58 /pkgs/applications/networking/instant-messengers/deltachat-cursed
parent3617ec51bc7f63099145dca125c0ed37c0375e16 (diff)
deltachat-cursed: 0.7.2 -> 0.8.0
Diff: https://github.com/adbenitez/deltachat-cursed/compare/v0.7.2...v0.8.0
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/deltachat-cursed')
-rw-r--r--pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix b/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
index f1361fea13926..b803224e0f19e 100644
--- a/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
+++ b/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
@@ -5,13 +5,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "deltachat-cursed";
-  version = "0.7.2";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "adbenitez";
     repo = "deltachat-cursed";
     rev = "v${version}";
-    hash = "sha256-Cv2QT8GsPAcA5TTZGfNvFNwnUITSR0PmQE0QCO1nFNk=";
+    hash = "sha256-1QNhNPa6ZKn0lGQXs/cmfdSFHscwlYwFC/2DpnMoHvY=";
   };
 
   nativeBuildInputs = [
@@ -25,6 +25,8 @@ python3.pkgs.buildPythonApplication rec {
     emoji
     notify-py
     urwid-readline
+    setuptools
+    appdirs
   ];
 
   doCheck = false; # no tests implemented