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