python310Packages.django-hijack 3.3.0 -> 3.4.1 https://repology.org/project/python:django-hijack/versions attrpath: python310Packages.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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wxs6ysv2gm1jhr3mghww4ryrfaw6bkn5-packages.json.drv building '/nix/store/wxs6ysv2gm1jhr3mghww4ryrfaw6bkn5-packages.json.drv'... Going to be running update for following packages: - python3.10-django-hijack-3.3.0 Press Enter key to continue... Running update for: - python3.10-django-hijack-3.3.0: UPDATING ... - python3.10-django-hijack-3.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/django-hijack/default.nix b/pkgs/development/python-modules/django-hijack/default.nix index 47719995c69..9651dd0f05b 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.3.0"; + version = "3.4.1"; format = "setuptools"; src = fetchFromGitHub { owner = "django-hijack"; repo = "django-hijack"; rev = "refs/tags/${version}"; - hash = "sha256-ytQ4xxkBAC3amQbenD8RO5asrbfNAjOspWUY3c2hkig="; + hash = "sha256-y8KT/Fbk2eQDbGzcJtLdwS6jPCNoTWXousvqY+GlFnQ="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.django-hijack nix build failed. > "@webpack-cli/serve": "^2.0.1", 9360c9231 < "commander": "^10.0.1", --- > "commander": "^9.4.1", 9427,9429c9298,9300 < "version": "5.0.0", < "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.0.tgz", < "integrity": "sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==", --- > "version": "4.0.2", > "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", > "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", 9445a9317,9322 > "dev": true > }, > "yaml": { > "version": "1.10.2", > "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", > "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", ERROR: npmDepsHash is out of date The package-lock.json in src is not the same as the in /nix/store/grhhzq8nk707r1sy0pl0g862asxkjzpb-npm-deps. To fix the issue: 1. Use `lib.fakeHash` as the npmDepsHash value 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the 'got: sha256-' value back into the npmDepsHash field