Skip to content

Commit

Permalink
rabbitmq-server: 3.8.5 -> 3.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lsix authored and Profpatsch committed Sep 24, 2020
1 parent d82e165 commit 415cb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/amqp/rabbitmq-server/default.nix
Expand Up @@ -8,12 +8,12 @@
stdenv.mkDerivation rec {
pname = "rabbitmq-server";

version = "3.8.5";
version = "3.8.7";

# when updating, consider bumping elixir version in all-packages.nix
src = fetchurl {
url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "014pfgfj90scas40lf0yjx14vhx5l5zbi3by2nnb704lg8w2n456";
sha256 = "1p476jbvn4j8bijy72pcvha7gshcp5c01iaqz5vrg399b2iz21zn";
};

buildInputs =
Expand Down Expand Up @@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://www.rabbitmq.com/";
description = "An implementation of the AMQP messaging protocol";
license = stdenv.lib.licenses.mpl11;
license = stdenv.lib.licenses.mpl20;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
};
Expand Down

0 comments on commit 415cb25

Please sign in to comment.