Skip to content

Commit 6185545

Browse files
rabbitmq-server: 4.0.6 -> 4.0.7 (#385457)
Co-authored-by: samueltardieu <[email protected]>
2 parents cc62750 + 685507d commit 6185545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ra/rabbitmq-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ in
4242

4343
stdenv.mkDerivation rec {
4444
pname = "rabbitmq-server";
45-
version = "4.0.6";
45+
version = "4.0.7";
4646

4747
# when updating, consider bumping elixir version in all-packages.nix
4848
src = fetchurl {
4949
url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v${version}/${pname}-${version}.tar.xz";
50-
hash = "sha256-JkXBZtOUJXfccYZyryO/fZUKL3jyKLGq2vhpRENeDo4=";
50+
hash = "sha256-ScqNRa1itxawGyRruNihA60xbltw7Lek36SP9Nd+LfI=";
5151
};
5252

5353
nativeBuildInputs = [

0 commit comments

Comments
 (0)