Skip to content

Commit 10b93e4

Browse files
authored
libdeltachat: 1.156.2 -> 1.156.3 (#388589)
2 parents ab0c5b1 + 3f9728f commit 10b93e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

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

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

2525
src = fetchFromGitHub {
26-
owner = "deltachat";
27-
repo = "deltachat-core-rust";
26+
owner = "chatmail";
27+
repo = "core";
2828
tag = "v${version}";
29-
hash = "sha256-CpFnO8stLLTH/XOZZS3j9nVrf2FRekjkQ/R1pmw5o9A=";
29+
hash = "sha256-FJTHG1NUdKcYTPrBkhu4ZiodSwpNgaGUHiHBSk/lUVA=";
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-jrsGMNgKglk+Rq/ZGiZgSZrT4uSA5RjbTYaDtW0Ijyg=";
39+
hash = "sha256-Kh0TU6lJ7spZIOUyJabFd1icqN9jU+kG+BpADAi0nRo=";
4040
};
4141

4242
nativeBuildInputs = [
@@ -86,8 +86,8 @@ stdenv.mkDerivation rec {
8686

8787
meta = with lib; {
8888
description = "Delta Chat Rust Core library";
89-
homepage = "https://github.com/deltachat/deltachat-core-rust/";
90-
changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${src.tag}/CHANGELOG.md";
89+
homepage = "https://github.com/chatmail/core";
90+
changelog = "https://github.com/chatmail/core/blob/${src.tag}/CHANGELOG.md";
9191
license = licenses.mpl20;
9292
maintainers = with maintainers; [ dotlambda ];
9393
platforms = platforms.unix;

0 commit comments

Comments
 (0)