Merge pull request #155438 from dotlambda/deltachat-cursed-0.3.1

deltachat-cursed: 0.3.0 -> 0.3.1
This commit is contained in:
Mario Rodas
2022-01-23 21:36:57 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "deltachat-cursed";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "adbenitez";
repo = "deltachat-cursed";
rev = "v${version}";
sha256 = "0zzzrzc8yxw6ffwfirbrr5ahbidbvlwdvgdg82zjsdjjbarxph8c";
hash = "sha256-IZrTPnj6eX1qgEPnEiD9qmVkwn1SMK38gVKAJFgZNfw=";
};
nativeBuildInputs = [