* RPM updated to 4.7.2.

* nspr updated to 4.8.2.
* nss updated to 3.12.4.
* elfutils updated to 0.143.

svn path=/nixpkgs/trunk/; revision=18867
This commit is contained in:
Eelco Dolstra
2009-12-09 22:34:51 +00:00
parent 06b135ebf8
commit d869913b27
6 changed files with 24 additions and 43 deletions
+3 -3
View File
@@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation {
name = "nss-3.12.3";
name = "nss-3.12.4";
src = fetchurl {
url = http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_3_RTM/src/nss-3.12.3.tar.bz2;
sha1 = "eeca14a37629287baa10eb7562a5fb927e9dd171";
url = http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_4_RTM/src/nss-3.12.4.tar.gz;
sha1 = "a152bf980f3a3dcf575c2d149fb279058ef2e757";
};
buildInputs = [nspr perl zlib];