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