mono: init at 4.6

This commit is contained in:
Rahul Gopinath
2016-09-07 00:48:30 -07:00
committed by Bjørn Forsman
parent c57d6821aa
commit 3ddf76c00a
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ stdenv, callPackage, Foundation, libobjc }:
callPackage ./generic.nix (rec {
inherit Foundation libobjc;
version = "4.6.0.182";
sha256 = "1sajwl7fqhkcmh697qqjj4z6amzkay7xf7npsvpm10gm071s5qi6";
})