Unverified Commit 52e436e3 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

libdeltachat: 1.151.4 -> 1.151.6 (#364301)

parents 31356d77 c76468f5
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 = [