about summary refs log tree commit diff
path: root/pkgs/development/libraries/apache-activemq/5.8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/apache-activemq/5.8.nix')
-rw-r--r--pkgs/development/libraries/apache-activemq/5.8.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/libraries/apache-activemq/5.8.nix b/pkgs/development/libraries/apache-activemq/5.8.nix
deleted file mode 100644
index 7e4644895e964..0000000000000
--- a/pkgs/development/libraries/apache-activemq/5.8.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-import ./recent.nix
-  rec {
-    version = "5.8.0";
-    sha256 = "12a1lmmqapviqdgw307jm07vw1z5q53r56pkbp85w9wnqwspjrbk";
-    mkUrl = name: "mirror://apache/activemq/apache-activemq/${version}/${name}-bin.tar.gz";
-  }