forked from fediversity/fediversity
allow empty password fields, closes #521
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
9d7a696ffe
commit
4a93473598
1 changed files with 4 additions and 4 deletions
|
@ -13,14 +13,14 @@ buildPythonPackage rec {
|
||||||
_class = "package";
|
_class = "package";
|
||||||
|
|
||||||
pname = "drf-pydantic";
|
pname = "drf-pydantic";
|
||||||
version = "v2.7.1";
|
version = "v2.9.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "georgebv";
|
owner = "KiaraGrouwstra";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "8d083910bfcf51fcef8c83cf516b3f2394626c4a";
|
||||||
hash = "sha256-ABtSoxj/+HHq4hj4Yb6bEiyOl00TCO/9tvBzhv6afxM=";
|
hash = "sha256-d+wTH4grquQLN8FFO9kjLlTK/2dCungPwbDqew9vxYo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue