Skip to content

Commit 3e01e22

Browse files
committed
pretalx: fix eval
1 parent ccd60fa commit 3e01e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/pr/pretalx/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
1717
django-bootstrap4 = prev.django-bootstrap4.overridePythonAttrs (oldAttrs: rec {
1818
version = "3.0.0";
1919
src = oldAttrs.src.override {
20-
rev = "v${version}";
20+
tag = "v${version}";
2121
hash = "sha256-a8BopUwZjmvxOzBVqs4fTo0SY8sEEloGUw90daYWfz8=";
2222
};
2323

0 commit comments

Comments
 (0)