File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 88
99python3 . 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
Original file line number Diff line number Diff line change 2020
2121stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments