nixpkgs/pkgs/development/compilers/mono/6.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
257 B
Nix
Raw Normal View History

2019-08-03 17:43:32 +00:00
{ callPackage, Foundation, libobjc }:
2019-08-13 21:52:01 +00:00
callPackage ./generic.nix ({
2019-08-03 17:43:32 +00:00
inherit Foundation libobjc;
2022-07-11 06:12:10 +00:00
version = "6.12.0.182";
2019-08-03 17:43:32 +00:00
srcArchiveSuffix = "tar.xz";
2022-07-11 06:12:10 +00:00
sha256 = "sha256-VzZqarTztezxEdSFSAMWFbOhANuHxnn8AG6Mik79lCQ=";
2019-08-03 17:43:32 +00:00
enableParallelBuilding = true;
})