We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd60fa commit 3e01e22Copy full SHA for 3e01e22
1 file changed
pkgs/by-name/pr/pretalx/package.nix
@@ -17,7 +17,7 @@ let
17
django-bootstrap4 = prev.django-bootstrap4.overridePythonAttrs (oldAttrs: rec {
18
version = "3.0.0";
19
src = oldAttrs.src.override {
20
- rev = "v${version}";
+ tag = "v${version}";
21
hash = "sha256-a8BopUwZjmvxOzBVqs4fTo0SY8sEEloGUw90daYWfz8=";
22
};
23
0 commit comments