libdeltachat: 1.160.0 -> 2.2.0 (#425233)

This commit is contained in:
dotlambda 2025-07-15 21:57:58 -07:00 committed by GitHub
commit 62c26067bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libdeltachat"; pname = "libdeltachat";
version = "1.160.0"; version = "2.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chatmail"; owner = "chatmail";
repo = "core"; repo = "core";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-F88mDic6cnSa8mHhr+uX2WORFgJOu9LChLIS6DqWc40="; hash = "sha256-Evk2g2fqEmo/cd6+Sd76U0Byj6OEm99OZuUkoxTELbM=";
}; };
patches = [ patches = [
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
pname = "deltachat-core-rust"; pname = "deltachat-core-rust";
inherit version src; inherit version src;
hash = "sha256-pZwCcAOYLKR6wfncIyuisYccNSGK+lqUg6lkyfKPgFk="; hash = "sha256-vnnROLmsAh6mSPuQzTSbYSgxGfrKaanuLcADFE+kQeM=";
}; };
nativeBuildInputs = nativeBuildInputs =