Skip to content

Commit 1f1879a

Browse files
committed
1 parent 86b80f1 commit 1f1879a

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.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 = [

0 commit comments

Comments
 (0)