python310Packages.django-ninja 0 -> 1 attrpath: python310Packages.django-ninja Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-django-ninja-0.22.2 Press Enter key to continue... Running update for: - python3.10-django-ninja-0.22.2: UPDATING ... - python3.10-django-ninja-0.22.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-ninja/default.nix b/pkgs/development/python-modules/django-ninja/default.nix index 620960797ea0..4ed502c1a2c3 100644 --- a/pkgs/development/python-modules/django-ninja/default.nix +++ b/pkgs/development/python-modules/django-ninja/default.nix @@ -13,15 +13,15 @@ buildPythonPackage rec { pname = "django-ninja"; - version = "0.22.2"; + version = "1.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "vitalik"; repo = "django-ninja"; - rev = "v${version}"; - hash = "sha256-oeisurp9seSn3X/5jFF9DMm9nU6uDYIU1b6/J3o2be0="; + rev = "refs/tags/v${version}"; + hash = "sha256-pvpYDuUZi0Gr5RbBWc91LzgmRLhihrhsKaD/AWN5+Bo="; }; propagatedBuildInputs = [ django pydantic ]; No auto update branch exists Old version 0.22.2" not present in staging derivation file with contents: { lib , buildPythonPackage , django , fetchFromGitHub , flit-core , psycopg2 , pydantic , pytest-asyncio , pytest-django , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "django-ninja"; version = "1.0.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "vitalik"; repo = "django-ninja"; rev = "v${version}"; hash = "sha256-hF6Z8i8M4mQtVPIupTSEIkJh0i/oMFFuE9PpODxq4fw="; }; propagatedBuildInputs = [ django pydantic ]; nativeBuildInputs = [ flit-core ]; nativeCheckInputs = [ psycopg2 pytest-asyncio pytest-django pytestCheckHook ]; meta = with lib; { changelog = "https://github.com/vitalik/django-ninja/releases/tag/v${version}"; description = "Web framework for building APIs with Django and Python type hints"; homepage = "https://django-ninja.dev"; license = licenses.mit; maintainers = with maintainers; [ elohmeier ]; }; }