Merge pull request #68215 from abbradar/zeroc-ice

ZeroC Ice - update, add Python module, fix Murmur RC
This commit is contained in:
Nikolay Amiantov
2019-09-06 19:41:46 +02:00
committed by GitHub
8 changed files with 147 additions and 40 deletions

View File

@@ -1,10 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "mcpp-2.7.2";
pname = "mcpp";
version = "2.7.2";
src = fetchurl {
url = "mirror://sourceforge/mcpp/${name}.tar.gz";
url = "mirror://sourceforge/mcpp/mcpp-${version}.tar.gz";
sha256 = "0r48rfghjm90pkdyr4khxg783g9v98rdx2n69xn8f6c5i0hl96rv";
};