libdeltachat: 1.156.2 -> 1.156.3 (#388589)

authored by Robert Schütz and committed by GitHub 10b93e45 ab0c5b18

+7 -7
+7 -7
pkgs/by-name/li/libdeltachat/package.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "libdeltachat"; 23 - version = "1.156.2"; 23 + version = "1.156.3"; 24 24 25 25 src = fetchFromGitHub { 26 - owner = "deltachat"; 27 - repo = "deltachat-core-rust"; 26 + owner = "chatmail"; 27 + repo = "core"; 28 28 tag = "v${version}"; 29 - hash = "sha256-CpFnO8stLLTH/XOZZS3j9nVrf2FRekjkQ/R1pmw5o9A="; 29 + hash = "sha256-FJTHG1NUdKcYTPrBkhu4ZiodSwpNgaGUHiHBSk/lUVA="; 30 30 }; 31 31 32 32 patches = [ ··· 36 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 37 pname = "deltachat-core-rust"; 38 38 inherit version src; 39 - hash = "sha256-jrsGMNgKglk+Rq/ZGiZgSZrT4uSA5RjbTYaDtW0Ijyg="; 39 + hash = "sha256-Kh0TU6lJ7spZIOUyJabFd1icqN9jU+kG+BpADAi0nRo="; 40 40 }; 41 41 42 42 nativeBuildInputs = [ ··· 86 86 87 87 meta = with lib; { 88 88 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"; 91 91 license = licenses.mpl20; 92 92 maintainers = with maintainers; [ dotlambda ]; 93 93 platforms = platforms.unix;