about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdeltachat
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-03-23 14:47:45 -0700
committerRobert Schütz <github@dotlambda.de>2023-03-24 22:14:15 -0700
commit798e23beab9b5cba4d6f05e8b243e1d4535770f3 (patch)
treee776ccdf20f469c1313ecc86de8c9843cd7bc64f /pkgs/development/libraries/libdeltachat
parentb5ccc5d0de289ef9b16f705aed137d65e1a60c0f (diff)
libdeltachat: 1.111.0 -> 1.112.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.111.0...v1.112.0

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.112.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/libraries/libdeltachat')
-rw-r--r--pkgs/development/libraries/libdeltachat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libdeltachat/default.nix b/pkgs/development/libraries/libdeltachat/default.nix
index 4da6dfe6abeef..74f5e679b3006 100644
--- a/pkgs/development/libraries/libdeltachat/default.nix
+++ b/pkgs/development/libraries/libdeltachat/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libdeltachat";
-  version = "1.111.0";
+  version = "1.112.0";
 
   src = fetchFromGitHub {
     owner = "deltachat";
     repo = "deltachat-core-rust";
     rev = "v${version}";
-    hash = "sha256-Fj5qrvlhty03+rxFqajdNoKFI+7qEHmKBXOLy3EonJ8=";
+    hash = "sha256-byUQQu+lzqTVufEHoeSd9hrDBWj92JCokzetdRITRns=";
   };
 
   patches = [
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-5s4onnL5aX4jFxEZWDU9xK6wSdTg7ZJZirxKTiImy38=";
+    hash = "sha256-j0Cz1tl6N1JuKt2io+uoqUo/cL/VRVVasJ0CU3X1xtw=";
   };
 
   nativeBuildInputs = [