Merge pull request #25161 from armijnhemel/ucommon

ucommon: 6.3.1 -> 7.0.0
This commit is contained in:
Jörg Thalheim
2017-04-24 23:09:26 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ assert xor (openssl != null) (gnutls != null);
assert !(xor (openssl != null) (zlib != null));
stdenv.mkDerivation rec {
name = "ucommon-6.3.1";
name = "ucommon-7.0.0";
src = fetchurl {
url = "mirror://gnu/commoncpp/${name}.tar.gz";
sha256 = "1marbwbqnllhm9nh22lvyfjy802pgy1wx7j7kkpkasbm9r0sb6mm";
sha256 = "6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7";
};
buildInputs = [ pkgconfig ];