Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c0e56afddbcf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 965d908ac5d8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 9, 2019

  1. rabbitmq-server: 3.7.16 -> 3.7.17

    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
    r-ryantm authored and Profpatsch committed Aug 9, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    965d908 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/amqp/rabbitmq-server/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/amqp/rabbitmq-server/default.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@
stdenv.mkDerivation rec {
name = "rabbitmq-server-${version}";

version = "3.7.16";
version = "3.7.17";

# when updating, consider bumping elixir version in all-packages.nix
src = fetchurl {
url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v${version}/${name}.tar.xz";
sha256 = "12s1s4zz3fxvb5ah5v6gmaq1kgd41pv9nahsdswa7svbgdc8lykz";
sha256 = "1ychgvjbi6ikapfcp4rgwa0vihhs1f34c2advb7833jym8alazrr";
};

buildInputs =