zeroc_ice: 3.6.1 -> 3.6.3

This commit is contained in:
Franz Pletz 2016-10-13 03:13:26 +02:00
parent 88a47f1950
commit e8e50bf696
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "zeroc-ice-${version}";
version = "3.6.1";
version = "3.6.3";
src = fetchFromGitHub {
owner = "zeroc-ice";
repo = "ice";
rev = "v${version}";
sha256 = "044511zbhwiach1867r3xjz8i4931wn7c1l3nz4kcpgks16kqhhz";
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
};
buildInputs = [ mcpp bzip2 expat openssl db5 ];