python311Packages.django-hijack 0 -> 1 attrpath: python311Packages.django-hijack Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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] this derivation will be built: /nix/store/r5g1pdgvx5m0b4hzin0sgh6jvrpjavxk-packages.json.drv building '/nix/store/r5g1pdgvx5m0b4hzin0sgh6jvrpjavxk-packages.json.drv'... Going to be running update for following packages: - python3.11-django-hijack-3.4.3 Press Enter key to continue... Running update for: - python3.11-django-hijack-3.4.3: UPDATING ... - python3.11-django-hijack-3.4.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-hijack/default.nix b/pkgs/development/python-modules/django-hijack/default.nix index a5c85a485695..427a8e231139 100644 --- a/pkgs/development/python-modules/django-hijack/default.nix +++ b/pkgs/development/python-modules/django-hijack/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "django-hijack"; - version = "3.4.3"; + version = "3.4.5"; format = "setuptools"; src = fetchFromGitHub { owner = "django-hijack"; repo = "django-hijack"; rev = "refs/tags/${version}"; - hash = "sha256-D9IyuM+ZsvFZL0nhMt1VQ1DYcKg4CS8FPAgSWLtsXeE="; + hash = "sha256-FXh5OFMTjsKgjEeIS+CiOwyGOs4AisJA+g49rCILDsQ="; }; postPatch = '' @@ -40,7 +40,7 @@ buildPythonPackage rec { npmDeps = fetchNpmDeps { inherit src; - hash = "sha256-X3bJ6STFq6zGIzXHSd2C67d4kSOVJJR5aBSM3o5T850="; + hash = "sha256-cZEr/7FW4vCR8gpraT+/rPwYK9Xn22b5WH7lnuK5L4U="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.django-hijack: 3.4.3 -> 3.4.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/275275"