libdeltachat: 1.151.4 -> 1.151.6 (#364301)

This commit is contained in:
Robert Schütz
2024-12-11 22:00:16 -08:00
committed by GitHub
2 changed files with 6 additions and 8 deletions
+3 -5
View File
@@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "deltachat-cursed";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "adbenitez";
repo = "deltachat-cursed";
rev = "v${version}";
hash = "sha256-z4JKe5soR4FdIn8hugxtnxQr/9V8m8a7QRzE1liIexc=";
hash = "sha256-KCPIZf/8Acp9syFN1IHbf8hQrjk0yzniff+dVSSM/Ro=";
};
build-system = with python3.pythonOnBuildForHost.pkgs; [
@@ -27,9 +27,7 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
appdirs
deltachat2
emoji
notify-py
setuptools # for pkg_resources
urwid
urwid-readline
];
+3 -3
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "libdeltachat";
version = "1.151.4";
version = "1.151.6";
src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-core-rust";
rev = "v${version}";
hash = "sha256-GySzclwnplL6GwK01Msn4REzW2eiynLKtEjonvUzMto=";
hash = "sha256-alt4RkZeKz5yqbie3ksu9fKXKapYR0hCaY7vOMicrk8=";
};
patches = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
cargoDeps = rustPlatform.fetchCargoVendor {
pname = "deltachat-core-rust";
inherit version src;
hash = "sha256-vTmHF7qoAWfou27v6TRPSRvLB+ge/7/aBgW6Bb7tkkI=";
hash = "sha256-++LG3MhmNVfHfMEuaSZrJYsf3NVbPWFD8KoDsiu9/Eg=";
};
nativeBuildInputs = [