Skip to content

Commit

Permalink
pretalx: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jan 7, 2025
1 parent ccd60fa commit 3e01e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/pr/pretalx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let
django-bootstrap4 = prev.django-bootstrap4.overridePythonAttrs (oldAttrs: rec {
version = "3.0.0";
src = oldAttrs.src.override {
rev = "v${version}";
tag = "v${version}";
hash = "sha256-a8BopUwZjmvxOzBVqs4fTo0SY8sEEloGUw90daYWfz8=";
};

Expand Down

0 comments on commit 3e01e22

Please sign in to comment.