Skip to content

Commit a8d125b

Browse files
lougeniaC64Firefox Sync Engineering
andauthored
Nightly auto-update (142.0.0) (#165)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent b1c7976 commit a8d125b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "72507fb913baae447359546a7041d9d0380f95a6adb83df29655c9cbe57b5fd7"
5-
let version = "142.0.20250719050423"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250719050423/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "e9bb98de40d5c93ad84b256318a0b910b9ce2387719791af049ae5b81c103545"
5+
let version = "142.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/142.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "7c75b2631cd3329ed34e8c4b499260cc6d7c9e4ba79c3a86f833b0d9cfcc6eb0"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.142.20250719050423/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "a2a04e0c0178f531be830ee1dce34c20f0514f8c596930a273e3adc4c2d7a165"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/142.0/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 19, hour: 5, minute: 19, second: 19))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 21, hour: 15, minute: 6, second: 44))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 19, hour: 5, minute: 19, second: 21))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2025, month: 7, day: 21, hour: 15, minute: 6, second: 47))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)