Skip to content

Commit 5be22e0

Browse files
authored
deltachat-desktop: 2.10.0 -> 2.11.0 (#434807)
2 parents e6fb85e + 6ab5676 commit 5be22e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/by-name/de/deltachat-desktop/package.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@
1919

2020
let
2121
deltachat-rpc-server' = deltachat-rpc-server.overrideAttrs rec {
22-
version = "2.10.0";
22+
version = "2.11.0";
2323
src = fetchFromGitHub {
2424
owner = "chatmail";
2525
repo = "core";
2626
tag = "v${version}";
27-
hash = "sha256-boS8Awxp9Z/4TrYfqRF77K01dAcEZOfr+oOqMOEeUig=";
27+
hash = "sha256-W1DEG72Fk98pp0lm5+AyVb9zcpE5c2mqElOHFpofx58=";
2828
};
2929
cargoDeps = rustPlatform.fetchCargoVendor {
30-
pname = "deltachat-core-rust";
30+
pname = "chatmail-core";
3131
inherit version src;
32-
hash = "sha256-fSuVq0ODYvKLU2peQuutfuSerZl2cfRCu/w0E6eQRV8=";
32+
hash = "sha256-P/wIat9sflXfloboMdN15EGo1cqxgPZ0OBDYF/iB/7A=";
3333
};
3434
};
3535
electron = electron_37;
3636
pnpm = pnpm_9;
3737
in
3838
stdenv.mkDerivation (finalAttrs: {
3939
pname = "deltachat-desktop";
40-
version = "2.10.0";
40+
version = "2.11.0";
4141

4242
src = fetchFromGitHub {
4343
owner = "deltachat";
4444
repo = "deltachat-desktop";
4545
tag = "v${finalAttrs.version}";
46-
hash = "sha256-97a82xHoFWCdO6dB1nhTYqosWA2Cf6cRfg2eTaiZd8g=";
46+
hash = "sha256-M/QqD+g85o4xHF8BmusqU2sNIk9NFzOtCnz+MAk9/74=";
4747
};
4848

4949
pnpmDeps = pnpm.fetchDeps {
5050
inherit (finalAttrs) pname version src;
5151
fetcherVersion = 1;
52-
hash = "sha256-SJyLLsUH1tm/ADJ6yJo5yCTE/rjHVOhHw3plGQUgD3M=";
52+
hash = "sha256-2EKu0ju/TTyVTYPjmStXsGoFdJEq5NkHqtQZggY2xbE=";
5353
};
5454

5555
nativeBuildInputs = [

0 commit comments

Comments
 (0)