zeroc_ice: 3.6.0 -> 3.6.1
This commit is contained in:
parent
c14e58a0aa
commit
c0f50f3179
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "zeroc-ice-${version}";
|
name = "zeroc-ice-${version}";
|
||||||
version = "3.6.0";
|
version = "3.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zeroc-ice";
|
owner = "zeroc-ice";
|
||||||
repo = "ice";
|
repo = "ice";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "192lhynf369bbrvbb9nldc49n09kyxp8vg8j9d7w5h2c1yxpjgjq";
|
sha256 = "044511zbhwiach1867r3xjz8i4931wn7c1l3nz4kcpgks16kqhhz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mcpp bzip2 expat openssl db5 ];
|
buildInputs = [ mcpp bzip2 expat openssl db5 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user