nspr: 4.28 -> 4.29

I found nothing like release notes.  It certainly is a companion version
for nss 3.57 (parent commit).  Firefox appears to be OK.
This commit is contained in:
Vladimír Čunát 2020-09-19 08:26:34 +02:00
parent 80d90e69fe
commit 0cc9dd7c16
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -2,7 +2,7 @@
, CoreServices ? null
, buildPackages }:
let version = "4.28"; in
let version = "4.29"; in
stdenv.mkDerivation {
pname = "nspr";
@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://mozilla/nspr/releases/v${version}/src/nspr-${version}.tar.gz";
sha256 = "0miv8ggil1xdywxw2sxaa05kqw7ahjgaimf7zjc6y2x8367grpk3";
sha256 = "22286bdb8059d74632cc7c2865c139e63953ecfb33bf4362ab58827e86e92582";
};
patches = [