deltachat-desktop: migrate from fetcherVersion = 2 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-05-05 17:11:25 +03:00
parent 55f3b4ec16
commit 5a8ec57b93
@@ -50,8 +50,8 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_9;
fetcherVersion = 2;
hash = "sha256-+Mxf/D66EoE/axKg5+TSaLFPSpUEDZNtSNH4zklxV5s=";
fetcherVersion = 3;
hash = "sha256-UZ6/OTUtIiOA1D5PanY4aS+VCBNj/AIbIGYe1eibGMQ=";
};
nativeBuildInputs = [