Skip to content

Commit 74d45f2

Browse files
committed
1 parent a01189f commit 74d45f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/libdeltachat/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "libdeltachat";
23-
version = "1.155.1";
23+
version = "1.155.3";
2424

2525
src = fetchFromGitHub {
2626
owner = "deltachat";
2727
repo = "deltachat-core-rust";
2828
tag = "v${version}";
29-
hash = "sha256-XZLKvOvdyvR5poRY/oo9MHi1f2XzBmSDR8VqjW3wq74=";
29+
hash = "sha256-UFDQj3TWfWdHT20R16+NqZ2lBxp5r1G5bHwm2cAWpqY=";
3030
};
3131

3232
patches = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
3636
cargoDeps = rustPlatform.fetchCargoVendor {
3737
pname = "deltachat-core-rust";
3838
inherit version src;
39-
hash = "sha256-ZxKR1M9wqmzKVbSdBKzTsKF9tDVRGHnd+Ra9Jy5CQQY=";
39+
hash = "sha256-Y1/33KH5cRzunzcF+3QMSArDAb3iOR62pccHDAR3pEc=";
4040
};
4141

4242
nativeBuildInputs = [

0 commit comments

Comments
 (0)