hydrus 503 -> 515 https://github.com/hydrusnetwork/hydrus/releases 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/d2ybz8b6k2xyfm5adib57bz1zzd688jp-packages.json.drv building '/nix/store/d2ybz8b6k2xyfm5adib57bz1zzd688jp-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 6a31bfd0280..9e5ad113582 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 = "515"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-nJn5EphbmVYAAOisV3fym/nHlJl/aPZ2Iyp+Z2/N3Jc="; + hash = "sha256-2V9FGwq7mkr3N4Fghq8JI2WvDKQeadVU1C8ggXzyEQM="; }; 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/ypfbvf8y7wgv5qrzvzd5l8fxqfv3gpfk-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/ypfbvf8y7wgv5qrzvzd5l8fxqfv3gpfk-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/ypfbvf8y7wgv5qrzvzd5l8fxqfv3gpfk-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.018s FAILED (errors=9)