···18 # It will rebuild itself using the version of this package (NSS) and if
19 # an update is required do the required changes to the expression.
20 # Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
21- version = "3.60";
22 underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
2324in stdenv.mkDerivation rec {
···2728 src = fetchurl {
29 url = "mirror://mozilla/security/nss/releases/NSS_${underscoreVersion}_RTM/src/${pname}-${version}.tar.gz";
30- sha256 = "0ggyj3ax3kal65sl1vl4nfhx2s08blg4dg8iwlxcax5qb9bxbaw4";
31 };
3233 depsBuildBuild = [ buildPackages.stdenv.cc ];
···18 # It will rebuild itself using the version of this package (NSS) and if
19 # an update is required do the required changes to the expression.
20 # Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
21+ version = "3.61";
22 underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
2324in stdenv.mkDerivation rec {
···2728 src = fetchurl {
29 url = "mirror://mozilla/security/nss/releases/NSS_${underscoreVersion}_RTM/src/${pname}-${version}.tar.gz";
30+ sha256 = "0w0k1v6pn2mv1vim7pv0xn63z1dcss6cymqbqzzg1k1l9f02sbii";
31 };
3233 depsBuildBuild = [ buildPackages.stdenv.cc ];