summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorIan Eure <ian@retrospec.tv>2026-01-13 18:24:26 -0800
committerIan Eure <ian@retrospec.tv>2026-01-20 18:05:01 -0800
commit7fec4d42e5f867faec73223f78e524c13baccfba (patch)
tree0051b464d114549a61f66528eca0f4a8dd839a8b /gnu
parentc746f8e06e719eaad9f0d5792184b2c7d6bd5124 (diff)
gnu: nss-rapid: Update to 3.119.1.
* gnu/packages/nss.scm (nss-rapid): Update to 3.119.1. Change-Id: I8c8fddd3ce49fe06423abcdda84c6d5ea411c1ef
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/nss.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 1ba495145d..c59ec64d94 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -286,7 +286,7 @@ This package tracks the Extended Support Release (ESR) channel.")
(package
(inherit nss)
(name "nss-rapid")
- (version "3.118.1")
+ (version "3.119.1")
(source
(origin
(inherit (package-source nss))
@@ -295,9 +295,9 @@ This package tracks the Extended Support Release (ESR) channel.")
(string-append
"https://ftp.mozilla.org/pub/mozilla.org/security/nss/"
"releases/NSS_" version-with-underscores "_RTM/src/"
- "nss-" version ".tar.gz")))
+ "nss-" version-with-underscores ".tar.gz")))
(sha256
- (base32 "1lxqmasrw35c0y7dhkpsg16rzxp2f2q2zkfhsgy6cwm3drkhlfcc"))
+ (base32 "10w2690zinrdc99s7qzpq43q7xgp9r6hyyqz7d9iqs3cir3vi1qk"))
(patches
(search-patches "nss-3.56-pkgconfig.patch"
"nss-getcwd-nonnull.patch"