about summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-10-28 21:09:19 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-10-28 21:10:14 +0000
commit12c9a36dad4375a6b3c3cff87b3bbef2726ea87a (patch)
tree9ce0cc6a3aed34b7a7f67b3fa87ae14ac76f889f /pkgs/development/compilers/mono
parentaa1e0ac98146c51d9487e5e43ca00edadbe19397 (diff)
mono40: remove
Diffstat (limited to 'pkgs/development/compilers/mono')
-rw-r--r--pkgs/development/compilers/mono/4.0.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/compilers/mono/4.0.nix b/pkgs/development/compilers/mono/4.0.nix
deleted file mode 100644
index 892ae99abaf53..0000000000000
--- a/pkgs/development/compilers/mono/4.0.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ callPackage, Foundation, libobjc }:
-callPackage ./generic.nix (rec {
-  inherit Foundation libobjc;
-  version = "4.0.4.1";
-  sha256 = "1ydw9l89apc9p7xr5mdzy0h97g2q6v243g82mxswfc2rrqhfs4gd";
-  meta = {
-    knownVulnerabilities = [ "CVE-2009-0689" ];
-  };
-})