mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
healthchecks: update django dependency from django_5 to django_6 (#493625)
This commit is contained in:
commit
5b7a871867
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ let
|
|||
py = python3.override {
|
||||
self = py;
|
||||
packageOverrides = final: prev: {
|
||||
django = prev.django_5;
|
||||
django = prev.django_6;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue