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