rabbitmq-server: 3.7.17 -> 3.7.18

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-09-28 19:39:03 -07:00 committed by Profpatsch
parent 47723057e5
commit 4a815f4a59

View file

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