rabbitmq-server: 3.13.7 → 4.0.2
Set myself as maintainer since there is none.
This commit is contained in:
parent
16a93552ed
commit
7770fb82b9
@ -23,6 +23,7 @@
|
||||
, Carbon
|
||||
, Cocoa
|
||||
, nixosTests
|
||||
, which
|
||||
}:
|
||||
|
||||
let
|
||||
@ -38,15 +39,15 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rabbitmq-server";
|
||||
version = "3.13.7";
|
||||
version = "4.0.2";
|
||||
|
||||
# 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";
|
||||
hash = "sha256-GDUyYudwhQSLrFXO21W3fwmH2tl2STF9gSuZsb3GZh0=";
|
||||
hash = "sha256-mSwjQTLkEWBBbbMDLZ+qldS2YDcUvp8BB+J0+RLQvZE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip xmlto docbook_xml_dtd_45 docbook_xsl zip rsync python3 ];
|
||||
nativeBuildInputs = [ unzip xmlto docbook_xml_dtd_45 docbook_xsl zip rsync python3 which ];
|
||||
|
||||
buildInputs = [ erlang elixir libxml2 libxslt glibcLocales ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [ AppKit Carbon Cocoa ];
|
||||
@ -91,6 +92,6 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/rabbitmq/rabbitmq-server/releases/tag/v${version}";
|
||||
license = lib.licenses.mpl20;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ samueltardieu ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user