Merge pull request #293335 from trofi/zeroc-ice-update

zeroc-ice: 3.7.7 -> 3.7.10
This commit is contained in:
Mario Rodas 2024-03-08 19:52:35 -05:00 committed by GitHub
commit f5536a3d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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 ];

View File

@ -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; };