mono: add 5.8.108 (current stable)

This commit is contained in:
Jan Malakhovski
2018-02-19 15:28:46 +00:00
committed by Vincent Laporte
parent 7367918f44
commit 4997ac681d
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ stdenv, callPackage, Foundation, libobjc }:
callPackage ./generic-cmake.nix (rec {
inherit Foundation libobjc;
version = "5.8.0.108";
sha256 = "177khb06dfll0pcncr84vvibni7f8m5fgb30ndgsdjk25xfcbmzc";
enableParallelBuilding = false;
})