Skip to content

Commit 8cf61a3

Browse files
committed
pretix.plugins.stretchgoals: unstable-2023-11-27 -> 1.0.1
1 parent 0001116 commit 8cf61a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/pr/pretix/plugins/stretchgoals/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
}:
88

99
buildPythonPackage {
10-
pname = "pretix-avgchart";
11-
version = "unstable-2023-11-27";
10+
pname = "pretix-stretchgoals";
11+
version = "1.0.1";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "rixx";
16-
repo = "pretix-avgchart";
17-
rev = "219816c7ec523a5c23778523b2616ac0c835cb3a";
18-
hash = "sha256-1V/0PUvStgQeBQ0v6GoofAgyPmWs3RD+v5ekmAO9vFU=";
16+
repo = "pretix-stretchgoals";
17+
rev = "177238920a863f71cf03f174e2841f5b630574e9";
18+
hash = "sha256-Sbbxg6viRdALjZwqEmN2Js/qbMShe5xMg00jUccnhsA=";
1919
};
2020

2121
build-system = [
@@ -31,7 +31,7 @@ buildPythonPackage {
3131

3232
meta = with lib; {
3333
description = "Display the average ticket sales price over time";
34-
homepage = "https://github.com/rixx/pretix-avgchart";
34+
homepage = "https://github.com/rixx/pretix-stretchgoals";
3535
license = licenses.asl20;
3636
maintainers = with maintainers; [ hexa ];
3737
};

0 commit comments

Comments
 (0)