diff options
| author | moksh <mysticmoksh@riseup.net> | 2026-02-25 01:54:00 +0530 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-02-28 19:23:56 -0800 |
| commit | 7f892754d541f36c691f83d06b8d7964ef8e8ef3 (patch) | |
| tree | 93938042b085a284f944404014c93949604963af | |
| parent | 31d7f1f4314bef7c0078343ebf805dd410a7bbcf (diff) | |
gnu: nss-rapid: Update to 3.121.
* gnu/packages/nss.scm (nss-rapid): Update to 3.121.
Change-Id: I60f2c5d6d25ae797fc7d56cc2fb20800dcebe6f8
Signed-off-by: Ian Eure <ian@retrospec.tv>
| -rw-r--r-- | gnu/packages/nss.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm index c59ec64d942..3b7bcf667e6 100644 --- a/gnu/packages/nss.scm +++ b/gnu/packages/nss.scm @@ -286,18 +286,18 @@ This package tracks the Extended Support Release (ESR) channel.") (package (inherit nss) (name "nss-rapid") - (version "3.119.1") + (version "3.121") (source (origin (inherit (package-source nss)) (uri (let ((version-with-underscores (string-join (string-split version #\.) "_"))) (string-append - "https://ftp.mozilla.org/pub/mozilla.org/security/nss/" + "https://ftp.mozilla.org/pub/security/nss/" "releases/NSS_" version-with-underscores "_RTM/src/" - "nss-" version-with-underscores ".tar.gz"))) + "nss-" version ".tar.gz"))) (sha256 - (base32 "10w2690zinrdc99s7qzpq43q7xgp9r6hyyqz7d9iqs3cir3vi1qk")) + (base32 "0bk3lxmj364vlf4x2q01pf0li3mm5ixgnfnxirxqp9xyh63qyfnb")) (patches (search-patches "nss-3.56-pkgconfig.patch" "nss-getcwd-nonnull.patch" |
