tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
activemq: 6.1.5 -> 6.1.6
R. Ryantm
1 year ago
476e0782
6af46873
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ac
activemq
package.nix
+2
-2
pkgs/by-name/ac/activemq/package.nix
reviewed
···
5
5
}:
6
6
7
7
let
8
8
-
version = "6.1.5";
8
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
16
-
hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E=";
16
16
+
hash = "sha256-MqxpLaSG1+goGVht08VmG7u11tQlmYMqSUeXBYYI8KQ=";
17
17
};
18
18
19
19
installPhase = ''