nss: 3.52 -> 3.52.1

This commit is contained in:
ajs124
2020-06-04 13:30:40 +02:00
parent 4764339603
commit 785cdcddd7
2 changed files with 2 additions and 7 deletions
@@ -94,11 +94,6 @@ stdenv.mkDerivation ({
patches = [
./env_var_for_system_dir.patch
# Fix for NSS 3.52 (add missing CK_GCM_PARMS field)
(fetchpatch {
url = "https://hg.mozilla.org/mozilla-central/raw-rev/463069687b3d";
sha256 = "00yhz67flnkww3rbry0kqn6z6bm7vxfb2sgf7qikgbjcm3ysvpsm";
})
]
++ patches;