nspr: 4.33 -> 4.34

This commit is contained in:
ajs124 2022-05-26 18:01:30 +02:00
parent a97c7f7380
commit a7be0f278d

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "nspr";
version = "4.33";
version = "4.34";
src = fetchurl {
url = "mirror://mozilla/nspr/releases/v${version}/src/nspr-${version}.tar.gz";
sha256 = "1mwklrsx05ga30crr9xi6nl4d49d5mzx2x533bxw4l0fpqay6gmj";
sha256 = "177rxcf3lglabs7sgwcvf72ww4v56qa71lc495wl13sxs4f03vxy";
};
patches = [
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSPR_functions";
description = "Netscape Portable Runtime, a platform-neutral API for system-level and libc-like functions";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ ajs124 ];
platforms = platforms.all;
license = licenses.mpl20;
};