Loading pkgs/servers/amqp/rabbitmq-server/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ , Carbon , Cocoa , nixosTests , which }: let Loading @@ -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 ]; Loading Loading @@ -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
pkgs/servers/amqp/rabbitmq-server/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ , Carbon , Cocoa , nixosTests , which }: let Loading @@ -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 ]; Loading Loading @@ -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 ]; }; }