deltachat-cursed: 0.6.0 -> 0.7.1

https://github.com/adbenitez/deltachat-cursed/blob/v0.7.1/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-06-03 18:01:29 +00:00
parent 80a7bf95cb
commit 5bf496fc77

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "deltachat-cursed";
version = "0.6.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "adbenitez";
repo = "deltachat-cursed";
rev = "v${version}";
hash = "sha256-qFX5CjrF0HLR41BbrCPT+rI9vAP6VLzXXAaVq/Loabs=";
hash = "sha256-EA3yTP4j/jj26E8zdRwTIW+9FkI0ehK4Y8AqiCnF2xA=";
};
nativeBuildInputs = [