Skip to content

Commit ca2d99b

Browse files
authored
python3Packages.django-ninja: 1.3.0 -> 1.3.0-unstable-2024-11-13 (#356206)
2 parents 5e2ac4c + 6be7fb3 commit ca2d99b

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/django-ninja

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/django-ninja/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
buildPythonPackage rec {
1616
pname = "django-ninja";
17-
version = "1.3.0";
17+
version = "1.3.0-unstable-2024-11-13";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchFromGitHub {
2323
owner = "vitalik";
2424
repo = "django-ninja";
25-
rev = "refs/tags/v${version}";
26-
hash = "sha256-fPlw9iTt1V8VXd0d5hw1i9LT96BcDkAlpBu9SPPd+hI=";
25+
rev = "ee0f27b169fb227e8786bbf9011659f46b2795ea";
26+
hash = "sha256-8qjGEo2n0O4WrKqhaBZNSDAW4fTOBg/nX7T4eOoJ+Pw=";
2727
};
2828

2929
propagatedBuildInputs = [

0 commit comments

Comments
 (0)