nspr: 4.22 -> 4.23

This commit is contained in:
R. RyanTM 2019-11-02 08:22:59 -07:00 committed by Frederik Rietdijk
parent 651b72a704
commit 3cf749b58f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
, CoreServices ? null
, buildPackages }:
let version = "4.22"; in
let version = "4.23"; 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 = "0c6ljv3bdqhc169srbpjy0cs52xk715p04zy08rcjvl54k6bdr69";
sha256 = "193p6i2r6wvpb4i04a9pxbqkxcn8rbcmwl81m4yp5xgs6w8857ab";
};
patches = [