Commit e5b0a36a authored by R. RyanTM's avatar R. RyanTM
Browse files

activemq: 6.1.8 -> 6.2.0

parent 0e828da5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "6.1.8";
  version = "6.2.0";
in
stdenvNoCC.mkDerivation {
  pname = "activemq";
@@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {

  src = fetchurl {
    url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
    hash = "sha256-BCrdMR698xAsl+8nY8DpwdZZH6LH2C5FBNZ2sRUmtBk=";
    hash = "sha256-J3u/p5LRQPgJvQKm4/1TgZVUuFetWlItcWoUpn9jxpg=";
  };

  installPhase = ''