forked from fediversity/fediversity
fix password inputs (#522)
- hide password input, closes #520 - allow empty password input, closes #521 Reviewed-on: Fediversity/Fediversity#522
This commit is contained in:
parent
9d7a696ffe
commit
a21fa44c94
1 changed files with 4 additions and 4 deletions
|
@ -13,14 +13,14 @@ buildPythonPackage rec {
|
|||
_class = "package";
|
||||
|
||||
pname = "drf-pydantic";
|
||||
version = "v2.7.1";
|
||||
version = "v2.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgebv";
|
||||
owner = "KiaraGrouwstra";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-ABtSoxj/+HHq4hj4Yb6bEiyOl00TCO/9tvBzhv6afxM=";
|
||||
rev = "d21c879543bd106242bd7f86e79da1f668109579";
|
||||
hash = "sha256-pk0/6BphIiXxR3cewBJ5nKii3kj3lDHLO9U9xqXDxI8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Reference in a new issue