Skip to content

Commit da28ed7

Browse files
committed
nss: 3.73.1 -> 3.74
1 parent ca53314 commit da28ed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/nss/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let
2727
# It will rebuild itself using the version of this package (NSS) and if
2828
# an update is required do the required changes to the expression.
2929
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
30-
version = "3.73.1";
30+
version = "3.74";
3131

3232
in
3333
stdenv.mkDerivation rec {
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
3636

3737
src = fetchurl {
3838
url = "mirror://mozilla/security/nss/releases/NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM/src/${pname}-${version}.tar.gz";
39-
sha256 = "x2j5/jEp6LzC6WeUVtft2UU6IleEqPx9xFAYBvH+mr4=";
39+
sha256 = "0mnhdkm4galhpvfz4rv0918jwmjlwkvcvb1f5va8f3zlz48qi4l8";
4040
};
4141

4242
depsBuildBuild = [ buildPackages.stdenv.cc ];

0 commit comments

Comments
 (0)