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.
2 parents 5e2ac4c + 6be7fb3 commit ca2d99bCopy full SHA for ca2d99b
pkgs/development/python-modules/django-ninja/default.nix
@@ -14,16 +14,16 @@
14
15
buildPythonPackage rec {
16
pname = "django-ninja";
17
- version = "1.3.0";
+ version = "1.3.0-unstable-2024-11-13";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
21
22
src = fetchFromGitHub {
23
owner = "vitalik";
24
repo = "django-ninja";
25
- rev = "refs/tags/v${version}";
26
- hash = "sha256-fPlw9iTt1V8VXd0d5hw1i9LT96BcDkAlpBu9SPPd+hI=";
+ rev = "ee0f27b169fb227e8786bbf9011659f46b2795ea";
+ hash = "sha256-8qjGEo2n0O4WrKqhaBZNSDAW4fTOBg/nX7T4eOoJ+Pw=";
27
};
28
29
propagatedBuildInputs = [
0 commit comments