mono: add 5.8.108 (current stable)
This commit is contained in:
committed by
Vincent Laporte
parent
7367918f44
commit
4997ac681d
8
pkgs/development/compilers/mono/5.8.nix
Normal file
8
pkgs/development/compilers/mono/5.8.nix
Normal 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;
|
||||
})
|
||||
Reference in New Issue
Block a user