hydrus 0 -> 1 attrpath: hydrus 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rhp920ivi1j933cc34qr2hi0jzp3kr8r-packages.json.drv building '/nix/store/rhp920ivi1j933cc34qr2hi0jzp3kr8r-packages.json.drv'... Going to be running update for following packages: - python3.10-hydrus-503 Press Enter key to continue... Running update for: - python3.10-hydrus-503: UPDATING ... - python3.10-hydrus-503: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 2bce94d52d8..f06157f791f 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -10,14 +10,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "503"; + version = "512"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-nJn5EphbmVYAAOisV3fym/nHlJl/aPZ2Iyp+Z2/N3Jc="; + hash = "sha256-XP9xeJLCwct5q1+3R5xlx4RXAwZe3TY/XkcSjhuK99U="; }; nativeBuildInputs = [ 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 hydrus nix build failed. AttributeError: 'NoneType' object has no attribute 'db_dir' ====================================================================== ERROR: test_media_tags (hydrus.test.TestClientMetadataMigration.TestSingleFileMetadataImporters) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/hm6aygzwx2a0n78py5k41zc2449z083p-source/hydrus/test/TestClientMetadataMigration.py", line 172, in test_media_tags HG.test_controller.example_tag_repo_service_key : { AttributeError: 'NoneType' object has no attribute 'example_tag_repo_service_key' ====================================================================== ERROR: test_media_txt (hydrus.test.TestClientMetadataMigration.TestSingleFileMetadataImporters) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/hm6aygzwx2a0n78py5k41zc2449z083p-source/hydrus/test/TestClientMetadataMigration.py", line 327, in test_media_txt actual_file_path = os.path.join( HG.test_controller.db_dir, 'file.jpg' ) AttributeError: 'NoneType' object has no attribute 'db_dir' ====================================================================== ERROR: test_router (hydrus.test.TestClientMetadataMigration.TestSingleFileMetadataRouter) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/hm6aygzwx2a0n78py5k41zc2449z083p-source/hydrus/test/TestClientMetadataMigration.py", line 38, in test_router HG.test_controller.example_tag_repo_service_key : { AttributeError: 'NoneType' object has no attribute 'example_tag_repo_service_key' ---------------------------------------------------------------------- Ran 19 tests in 0.010s FAILED (errors=9)