File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/by-name/li/libdeltachat Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020
2121stdenv . 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 ;
You can’t perform that action at this time.
0 commit comments