zeroc-ice: 3.7.7 -> 3.7.10

Anong other things added support for `gcc-13` building without the need
to inhibit warnings.
This commit is contained in:
Sergei Trofimovich 2024-03-04 22:05:50 +00:00
parent 0acec5c64d
commit 6e6a32eb6f
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

@ -36543,7 +36543,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; };