9 pname = "pretix-avgchart";
10 version = "unstable-2023-11-27";
13 src = fetchFromGitHub {
15 repo = "pretix-avgchart";
16 rev = "219816c7ec523a5c23778523b2616ac0c835cb3a";
17 hash = "sha256-1V/0PUvStgQeBQ0v6GoofAgyPmWs3RD+v5ekmAO9vFU=";
25 doCheck = false; # no tests
27 pythonImportsCheck = [
32 description = "Display the average ticket sales price over time";
33 homepage = "https://github.com/rixx/pretix-avgchart";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ hexa ];