deltachat-tauri: use pnpm_10

This commit is contained in:
Robert Schütz 2026-06-07 15:35:58 -07:00
commit e7e6095be1

View file

@ -12,7 +12,7 @@
openssl,
perl,
pkg-config,
pnpm_9,
pnpm_10,
pnpmConfigHook,
python3,
rustPlatform,
@ -23,7 +23,7 @@
}:
let
pnpm = pnpm_9;
pnpm = pnpm_10;
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "deltachat-tauri";
@ -38,10 +38,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pname = "deltachat-desktop";
inherit (finalAttrs) version src;
inherit pnpm;
fetcherVersion = 3;
hash = "sha256-OP+FbBxSnyFdeKvhqhmdEr1htFSX+WoPj6Ti8Q+ab/Y=";
fetcherVersion = 4;
hash = "sha256-BSDeOkT75usLmXdAY8QNO+9YxxchrJH2gjFpTzErPXo=";
};
cargoHash = "sha256-JhsoIQZrU4GVcs/TCIug6y/84gODyEWl0Bl2jRNxL5Y=";