gnome.updateScript: Return explicitly set attr path

The update script currently requires attribute to be passed.
Let’s return it using the commit feature.
Otherwise, `update.nix` would use the attribute it first found
for the commit message, which can be something like `emscriptenPackages.libxml2`.
This commit is contained in:
Jan Tojnar 2022-10-25 15:10:21 +02:00
parent 68505781e3
commit a9b97f18d0

View File

@ -63,6 +63,7 @@ let
report = [
{
"attrPath": attr_path,
"commitBody": f"https://gitlab.gnome.org/GNOME/{package_name}/-/compare/{package_version}...{latest_tag}",
},
]