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.157.3 " ;
23+ version = "1.158.0 " ;
2424
2525 src = fetchFromGitHub {
2626 owner = "chatmail" ;
2727 repo = "core" ;
2828 tag = "v${ version } " ;
29- hash = "sha256-J9Tm35xuyIbHH2HGcctENYbArIlRWe7xzKyF3hGbwNA =" ;
29+ hash = "sha256-0po4nPCunq9cBaVFSsS1uo18dv6Y6IHGzL1zC2zwXdI =" ;
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-BX0TpyG2OJkD5BUIPCij5/g3aRf6FuF9E8y9GM12o7U =" ;
39+ hash = "sha256-k8TN6YtCVPR8RnFoiGX9APvKwpQzj7T53DlKMD9r/e0 =" ;
4040 } ;
4141
4242 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments