1
0
Fork 0

Fix jali hash

This commit is contained in:
Malte Brandy 2019-10-29 03:55:37 +01:00
parent dddfee2776
commit 3a07ff2e02
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -13,7 +13,7 @@ buildPythonApplication rec {
src = fetchgit { src = fetchgit {
url = "https://git.darmstadt.ccc.de/jali/jali.git"; url = "https://git.darmstadt.ccc.de/jali/jali.git";
rev = version; rev = version;
sha256 = "0fkb4vyf570d7zcwi3mix9g44wqpy128gd3li0grkbml7aflzxfr"; sha256 = "0l5h9hjri77zifx3x4khw7ncmmc9l9ppisdjilsfllzkabz4xjf4";
}; };
propagatedBuildInputs = [ jinja2 pendulum GitPython andir.aqbanking ]; propagatedBuildInputs = [ jinja2 pendulum GitPython andir.aqbanking ];
} }