nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

activemq: 6.1.5 -> 6.1.6

+2 -2
+2 -2
pkgs/by-name/ac/activemq/package.nix
··· 5 5 }: 6 6 7 7 let 8 - version = "6.1.5"; 8 + version = "6.1.6"; 9 9 in 10 10 stdenvNoCC.mkDerivation { 11 11 pname = "activemq"; ··· 13 13 14 14 src = fetchurl { 15 15 url = "mirror://apache/activemq/${version}/apache-activemq-${version}-bin.tar.gz"; 16 - hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E="; 16 + hash = "sha256-MqxpLaSG1+goGVht08VmG7u11tQlmYMqSUeXBYYI8KQ="; 17 17 }; 18 18 19 19 installPhase = ''