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
1 changed files with 2 additions and 2 deletions

View File

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