deltachat-desktop: 2.25.2 -> 2.25.3 (#462787)

This commit is contained in:
dotlambda
2025-11-18 20:03:47 +00:00
committed by GitHub
@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "deltachat-desktop";
version = "2.25.2";
version = "2.25.3";
src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-desktop";
tag = "v${finalAttrs.version}";
hash = "sha256-6gG3IVxq+N0g5e/ev9xAEcb1HxA+3961T5MSXWxUzyo=";
hash = "sha256-xaeO1mHqJJwEMAuuzlKnFP9TiPYPygGAV+26QdXoAxk=";
};
pnpmDeps = pnpm.fetchDeps {