Merge pull request #293335 from trofi/zeroc-ice-update
zeroc-ice: 3.7.7 -> 3.7.10
This commit is contained in:
commit
f5536a3d77
2 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "zeroc-ice";
|
||||
version = "3.7.7";
|
||||
version = "3.7.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zeroc-ice";
|
||||
repo = "ice";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-h455isEmnRyoasXhh1UaA5PICcEEM8/C3IJf5yHRl5g=";
|
||||
hash = "sha256-l3cKsR8HSdtFGw1S12xueQOu/U9ABlOxQQtbHBj2izs=";
|
||||
};
|
||||
|
||||
buildInputs = [ zeroc_mcpp bzip2 expat libedit lmdb openssl libxcrypt ];
|
||||
|
|
|
@ -36520,7 +36520,7 @@ with pkgs;
|
|||
|
||||
zerobin = callPackage ../applications/networking/zerobin { };
|
||||
|
||||
zeroc-ice = disable-warnings-if-gcc13 (callPackage ../development/libraries/zeroc-ice { });
|
||||
zeroc-ice = callPackage ../development/libraries/zeroc-ice { };
|
||||
|
||||
zeroc-ice-cpp11 = zeroc-ice.override { cpp11 = true; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue