rabbitmq-server: 3.8.5 -> 3.8.7
See https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.6 (license change) and https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.7
This commit is contained in:
parent
d82e165609
commit
415cb25532
@ -8,12 +8,12 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rabbitmq-server";
|
pname = "rabbitmq-server";
|
||||||
|
|
||||||
version = "3.8.5";
|
version = "3.8.7";
|
||||||
|
|
||||||
# when updating, consider bumping elixir version in all-packages.nix
|
# when updating, consider bumping elixir version in all-packages.nix
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v${version}/${pname}-${version}.tar.xz";
|
url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "014pfgfj90scas40lf0yjx14vhx5l5zbi3by2nnb704lg8w2n456";
|
sha256 = "1p476jbvn4j8bijy72pcvha7gshcp5c01iaqz5vrg399b2iz21zn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.rabbitmq.com/";
|
homepage = "https://www.rabbitmq.com/";
|
||||||
description = "An implementation of the AMQP messaging protocol";
|
description = "An implementation of the AMQP messaging protocol";
|
||||||
license = stdenv.lib.licenses.mpl11;
|
license = stdenv.lib.licenses.mpl20;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
|
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user