summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-21 08:32:09 +0000
committerRobert Schütz <github@dotlambda.de>2022-05-22 13:24:33 -0700
commitf1a5ae8f8d8293df8c920bb6103f8e3e2f22966b (patch)
treeaab676ae6e7066541c24f1bf37d6ea45d0618138 /pkgs/applications
parent11ba416a6531786257b5ae1059dddca1928b3f8a (diff)
downloadnixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.tar
nixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.tar.gz
nixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.tar.bz2
nixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.tar.lz
nixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.tar.xz
nixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.tar.zst
nixpkgs-f1a5ae8f8d8293df8c920bb6103f8e3e2f22966b.zip
deltachat-cursed: 0.3.1 -> 0.4.1
https://github.com/adbenitez/deltachat-cursed/blob/v0.4.1/CHANGELOG.md
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix4
1 files changed, 2 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 0b692104a4f..42e5d63240a 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.3.1";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "adbenitez";
     repo = "deltachat-cursed";
     rev = "v${version}";
-    hash = "sha256-IZrTPnj6eX1qgEPnEiD9qmVkwn1SMK38gVKAJFgZNfw=";
+    hash = "sha256-li6HsatiRJPVKKBBHyWhq2b8HhvDrOUiVT2tSupjuag=";
   };
 
   nativeBuildInputs = [