diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:38:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 21:38:41 +0900 |
| commit | 7315e64a8ada403b700b91e508d8d185ee35594a (patch) | |
| tree | aa8a6eca4e7dfc151097d0c1f2b0f29b85a68c4f | |
| parent | 7d74454f6d6da4dacf03ce6e83e81d790519d65c (diff) | |
internal/rosa/ssl: nss 3.120 to 3.121
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/ssl.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/ssl.go b/internal/rosa/ssl.go index 56fdc407..21d6c507 100644 --- a/internal/rosa/ssl.go +++ b/internal/rosa/ssl.go @@ -8,8 +8,8 @@ import ( func (t Toolchain) newNSS() (pkg.Artifact, string) { const ( - version = "3.120" - checksum = "9M0SNMrj9BJp6RH2rQnMm6bZWtP0Kgj64D5JNPHF7Cxr2_8kfy3msubIcvEPwC35" + version = "3.121" + checksum = "MTS4Eg-1vBN3T7gdUAdNO0y_e9x9BE3f_k_DHdM_BIovc7y57vhsZTfB5f6BeQfi" version0 = "4_38_2" checksum0 = "25x2uJeQnOHIiq_zj17b4sYqKgeoU8-IsySUptoPcdHZ52PohFZfGuIisBreWzx0" |
