gnu: nss: Update to 3.67.

* gnu/packages/nss.scm (nss): Update to 3.67.
This commit is contained in:
Marius Bakke 2021-06-19 16:51:55 +02:00
parent 4a8e3ca8ec
commit 58f6927af5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -76,7 +76,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
(version "3.66")
(version "3.67")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -87,7 +87,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
"1jfdnh5l4k57r2vb07s06hqi7m2qzk0d9x25lsdsrw3cflx9x9w9"))
"0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-3.56-pkgconfig.patch"
"nss-getcwd-nonnull.patch"