* 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
+2 -2
View File
@@ -1,13 +1,13 @@
{stdenv, fetchurl}:
let version = "4.8"; in
let version = "4.8.2"; in
stdenv.mkDerivation {
name = "nspr-${version}";
src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${version}/src/nspr-${version}.tar.gz";
sha256 = "1znvc7fb4f6318kbn1w86p134r4cslij25sg7kcspfx746m89pm2";
sha256 = "1klv656ha97ysm4d0863sq2f1xyr5rijrh7k07gvdi7f88m1iv13";
};
preConfigure = "cd mozilla/nsprpub";