zeroc_ice: 3.6.1 -> 3.6.3
This commit is contained in:
parent
88a47f1950
commit
e8e50bf696
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue