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, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/apache-activemq/5.8.nix b/pkgs/development/libraries/apache-activemq/5.8.nix
new file mode 100644
index 000000000000..7e4644895e96
--- /dev/null
+++ b/pkgs/development/libraries/apache-activemq/5.8.nix
@@ -0,0 +1,6 @@
+import ./recent.nix
+  rec {
+    version = "5.8.0";
+    sha256 = "12a1lmmqapviqdgw307jm07vw1z5q53r56pkbp85w9wnqwspjrbk";
+    mkUrl = name: "mirror://apache/activemq/apache-activemq/${version}/${name}-bin.tar.gz";
+  }