GNU uCommon C++ 5.0.5.

svn path=/nixpkgs/trunk/; revision=28747
This commit is contained in:
Ludovic Courtès 2011-08-22 17:38:20 +00:00
parent 56c2fe0c56
commit d12e31b445

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, gnutls, pkgconfig, zlib, libgcrypt }:
stdenv.mkDerivation rec {
name = "ucommon-5.0.3";
name = "ucommon-5.0.5";
src = fetchurl {
url = mirror://gnu/commoncpp/ucommon-5.0.3.tar.gz;
sha256 = "0i2mc15hcjbdq796wxzjric238w071kj3g2lzvxbx4vrinn8204g";
url = mirror://gnu/commoncpp/ucommon-5.0.5.tar.gz;
sha256 = "0rpq6qkhzcsls2rmnf1p1dnf9vyzmgw0cips3hl82mh0w5d70253";
};
buildInputs = [ pkgconfig gnutls zlib ];