Skip to content

Commit 52e436e

Browse files
authored
libdeltachat: 1.151.4 -> 1.151.6 (#364301)
2 parents 31356d7 + c76468f commit 52e436e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

pkgs/by-name/de/deltachat-cursed/package.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
python3.pkgs.buildPythonApplication rec {
1010
pname = "deltachat-cursed";
11-
version = "0.9.0";
11+
version = "0.10.0";
1212

1313
pyproject = true;
1414

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

2222
build-system = with python3.pythonOnBuildForHost.pkgs; [
@@ -27,9 +27,7 @@ python3.pkgs.buildPythonApplication rec {
2727
dependencies = with python3.pkgs; [
2828
appdirs
2929
deltachat2
30-
emoji
31-
notify-py
32-
setuptools # for pkg_resources
30+
urwid
3331
urwid-readline
3432
];
3533

pkgs/by-name/li/libdeltachat/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "libdeltachat";
23-
version = "1.151.4";
23+
version = "1.151.6";
2424

2525
src = fetchFromGitHub {
2626
owner = "deltachat";
2727
repo = "deltachat-core-rust";
2828
rev = "v${version}";
29-
hash = "sha256-GySzclwnplL6GwK01Msn4REzW2eiynLKtEjonvUzMto=";
29+
hash = "sha256-alt4RkZeKz5yqbie3ksu9fKXKapYR0hCaY7vOMicrk8=";
3030
};
3131

3232
patches = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
3636
cargoDeps = rustPlatform.fetchCargoVendor {
3737
pname = "deltachat-core-rust";
3838
inherit version src;
39-
hash = "sha256-vTmHF7qoAWfou27v6TRPSRvLB+ge/7/aBgW6Bb7tkkI=";
39+
hash = "sha256-++LG3MhmNVfHfMEuaSZrJYsf3NVbPWFD8KoDsiu9/Eg=";
4040
};
4141

4242
nativeBuildInputs = [

0 commit comments

Comments
 (0)