activemq: Add 5.12.1 version

This commit is contained in:
Markus Hauck
2015-10-21 13:16:28 +02:00
parent c2c6b7fe3b
commit 9c668d847f
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import ./recent.nix
rec {
version = "5.12.1";
sha256 = "1hn6pls12dzc2fngz6lji7kmz7blvd3z1dq4via8gd4fjflmw5c9";
mkUrl = name: "mirror://apache/activemq/${version}/${name}-bin.tar.gz";
}