sonarr: use json output in update script

This commit is contained in:
Niklas Korz
2025-02-07 20:54:18 +01:00
parent 8a73d99096
commit 16e717892a
+1 -1
View File
@@ -112,7 +112,7 @@ new_yarn_hash = nix_hash_to_sri(subprocess.run(
package_dir = package_attrs["dir"]
package_file_name = "package.nix"
deps_file_name = "deps.nix"
deps_file_name = "deps.json"
# To update deps.nix, we copy the package to a temporary directory and run
# passthru.fetch-deps script there.