Skip to content

Commit

Permalink
activemq: 6.1.4 -> 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2025
1 parent a55d4e6 commit 7704363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ac/activemq/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
}:

let
version = "6.1.4";
version = "6.1.5";
in
stdenvNoCC.mkDerivation {
pname = "activemq";
inherit version;

src = fetchurl {
url = "https://archive.apache.org/dist/activemq/${version}/apache-activemq-${version}-bin.tar.gz";
hash = "sha256-8b0no0XUNOw3U2ULWtNW9R7DAWXtAajvh0nGuTkVNfM=";
hash = "sha256-JrLLSm6+Be1vSBTTryRcZfbiGK0PrmJ/pM2uYnGuN9E=";
};

installPhase = ''
Expand Down

0 comments on commit 7704363

Please sign in to comment.