Merge pull request #114137 from helsinki-systems/upd/nss

nss: 3.60 -> 3.61

authored by

Martin Weinelt and committed by
GitHub
dda48309 7f5d920b

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