We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca53314 commit da28ed7Copy full SHA for da28ed7
1 file changed
pkgs/development/libraries/nss/default.nix
@@ -27,7 +27,7 @@ let
27
# It will rebuild itself using the version of this package (NSS) and if
28
# an update is required do the required changes to the expression.
29
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
30
- version = "3.73.1";
+ version = "3.74";
31
32
in
33
stdenv.mkDerivation rec {
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
36
37
src = fetchurl {
38
url = "mirror://mozilla/security/nss/releases/NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM/src/${pname}-${version}.tar.gz";
39
- sha256 = "x2j5/jEp6LzC6WeUVtft2UU6IleEqPx9xFAYBvH+mr4=";
+ sha256 = "0mnhdkm4galhpvfz4rv0918jwmjlwkvcvb1f5va8f3zlz48qi4l8";
40
};
41
42
depsBuildBuild = [ buildPackages.stdenv.cc ];
0 commit comments