File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/li/libdeltachat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments