Skip to content

Commit

Permalink
libdeltachat: 1.151.4 -> 1.151.6 (#364301)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 12, 2024
2 parents 31356d7 + c76468f commit 52e436e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions pkgs/by-name/de/deltachat-cursed/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

python3.pkgs.buildPythonApplication rec {
pname = "deltachat-cursed";
version = "0.9.0";
version = "0.10.0";

pyproject = true;

src = fetchFromGitHub {
owner = "adbenitez";
repo = "deltachat-cursed";
rev = "v${version}";
hash = "sha256-z4JKe5soR4FdIn8hugxtnxQr/9V8m8a7QRzE1liIexc=";
hash = "sha256-KCPIZf/8Acp9syFN1IHbf8hQrjk0yzniff+dVSSM/Ro=";
};

build-system = with python3.pythonOnBuildForHost.pkgs; [
Expand All @@ -27,9 +27,7 @@ python3.pkgs.buildPythonApplication rec {
dependencies = with python3.pkgs; [
appdirs
deltachat2
emoji
notify-py
setuptools # for pkg_resources
urwid
urwid-readline
];

Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/li/libdeltachat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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 = [
Expand Down

0 comments on commit 52e436e

Please sign in to comment.