Loading pkgs/by-name/de/deltachat-desktop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,12 +24,12 @@ let owner = "chatmail"; repo = "core"; tag = "v${version}"; hash = "sha256-ULOnR1YvNmKr7iEuf8cZ+WgN4JRIG3md9gwyXK81vPQ="; hash = "sha256-pW1+9aljtnYJmlJOj+m0aQekYO5IsL0fduR7kIAPdN8="; }; cargoDeps = rustPlatform.fetchCargoVendor { pname = "chatmail-core"; inherit version src; hash = "sha256-EkYlG32EhtIFFDpVgbKw8TSqHhPHgxd6Kh3wYN4Moq8="; hash = "sha256-iIC9wE7P2SKeCMtc/hFTRaOGXD2F7kh1TptOoes/Qi0="; }; }; electron = electron_37; Loading pkgs/by-name/de/deltachat-rpc-server/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ rustPlatform, libdeltachat, pkg-config, versionCheckHook, }: rustPlatform.buildRustPackage { Loading Loading @@ -29,6 +30,12 @@ rustPlatform.buildRustPackage { doCheck = false; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; meta = libdeltachat.meta // { description = "Delta Chat RPC server exposing JSON-RPC core API over standard I/O"; mainProgram = "deltachat-rpc-server"; Loading Loading
pkgs/by-name/de/deltachat-desktop/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,12 +24,12 @@ let owner = "chatmail"; repo = "core"; tag = "v${version}"; hash = "sha256-ULOnR1YvNmKr7iEuf8cZ+WgN4JRIG3md9gwyXK81vPQ="; hash = "sha256-pW1+9aljtnYJmlJOj+m0aQekYO5IsL0fduR7kIAPdN8="; }; cargoDeps = rustPlatform.fetchCargoVendor { pname = "chatmail-core"; inherit version src; hash = "sha256-EkYlG32EhtIFFDpVgbKw8TSqHhPHgxd6Kh3wYN4Moq8="; hash = "sha256-iIC9wE7P2SKeCMtc/hFTRaOGXD2F7kh1TptOoes/Qi0="; }; }; electron = electron_37; Loading
pkgs/by-name/de/deltachat-rpc-server/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ rustPlatform, libdeltachat, pkg-config, versionCheckHook, }: rustPlatform.buildRustPackage { Loading Loading @@ -29,6 +30,12 @@ rustPlatform.buildRustPackage { doCheck = false; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; meta = libdeltachat.meta // { description = "Delta Chat RPC server exposing JSON-RPC core API over standard I/O"; mainProgram = "deltachat-rpc-server"; Loading