rabbitmq-server: 3.7.18 -> 3.8.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
This commit is contained in:
R. RyanTM 2019-10-23 16:21:45 -07:00 committed by Profpatsch
parent b54a601104
commit 4641f95791

View file

@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
pname = "rabbitmq-server";
version = "3.7.18";
version = "3.8.0";
# 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 = "1vzx9g2k7ynbv2gz450cwjyxcn3vcxsmlpnvq1r5wzcf25giy9ky";
sha256 = "174ai8ihk50gwbqinxxxx5is6izvgmfca7skvvp4yk6fl8nbwm15";
};
buildInputs =