Update Fleet-maintained apps (#44498)

Automated ingestion of latest Fleet-maintained app data.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated Google Drive (Windows) version configuration from 123.0.1.0 to
124.0.3.0 with new installer details
  * Updated NordPass (macOS) version configuration from 7.6.18 to 7.6.20

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: allenhouchins <32207388+allenhouchins@users.noreply.github.com>
This commit is contained in:
fleet-release
2026-04-30 10:38:11 -05:00
committed by GitHub
co-authored by allenhouchins
parent 38a6129d0a
commit e4776057f5
2 changed files with 6 additions and 6 deletions
@@ -1,15 +1,15 @@
{
"versions": [
{
"version": "123.0.1.0",
"version": "124.0.3.0",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name = 'Google Drive' AND publisher = 'Google LLC';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Google Drive' AND publisher = 'Google LLC' AND version_compare(version, '123.0.1.0') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name = 'Google Drive' AND publisher = 'Google LLC' AND version_compare(version, '124.0.3.0') < 0);"
},
"installer_url": "https://dl.google.com/release2/drive-file-stream/i7uoko2jcsgfv6ozjykgzu6ixe_123.0.1.0/setup.exe",
"installer_url": "https://dl.google.com/release2/drive-file-stream/ad3gkahhztgqrnd7u3npfpvue3ba_124.0.3.0/setup.exe",
"install_script_ref": "fa36b892",
"uninstall_script_ref": "785a96b9",
"sha256": "97b68598375724779c966a3c13223819c1ee40309cd1973d0cfea7744796c1a7",
"sha256": "c770d2dd4a81182e41e0e134162c5393663f359c638a7df5e247cf5d1fd72ad7",
"default_categories": [
"Productivity"
]
@@ -1,10 +1,10 @@
{
"versions": [
{
"version": "7.6.18",
"version": "7.6.20",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.nordsec.nordpass';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.nordsec.nordpass' AND version_compare(bundle_short_version, '7.6.18') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.nordsec.nordpass' AND version_compare(bundle_short_version, '7.6.20') < 0);"
},
"installer_url": "https://downloads.npass.app/mac/arm/NordPass.dmg",
"install_script_ref": "abc4bff7",