chromiumOSPackages.updateScript: fix buildspec url

"paladin" doesn't seem to be up to date, whereas "full" seems to match
what cros-updates-serving.appspot.com reports is currently being
shipped to Chromebooks.

+1 -1
+1 -1
pkgs/applications/virtualization/crosvm/update.py
··· 17 17 18 18 git_root = 'https://chromium.googlesource.com/' 19 19 manifest_versions = f'{git_root}chromiumos/manifest-versions' 20 - buildspecs_url = f'{manifest_versions}/+/refs/heads/master/paladin/buildspecs/' 20 + buildspecs_url = f'{manifest_versions}/+/refs/heads/master/full/buildspecs/' 21 21 22 22 # CrOS version numbers look like this: 23 23 # [<chrome-major-version>.]<tip-build>.<branch-build>.<branch-branch-build>