mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
activemq: 6.1.5 -> 6.1.6
This commit is contained in:
parent
6af46873e5
commit
476e078248
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "6.1.5";
|
version = "6.1.6";
|
||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "activemq";
|
pname = "activemq";
|
||||||
|
@ -13,7 +13,7 @@ stdenvNoCC.mkDerivation {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
|
url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
|
||||||
hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E=";
|
hash = "sha256-MqxpLaSG1+goGVht08VmG7u11tQlmYMqSUeXBYYI8KQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue