We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95c99 commit 13b508eCopy full SHA for 13b508e
pkgs/servers/amqp/rabbitmq-server/default.nix
@@ -42,12 +42,12 @@ in
42
43
stdenv.mkDerivation rec {
44
pname = "rabbitmq-server";
45
- version = "4.0.2";
+ version = "4.0.4";
46
47
# when updating, consider bumping elixir version in all-packages.nix
48
src = fetchurl {
49
url = "https://github.com/rabbitmq/rabbitmq-server/releases/download/v${version}/${pname}-${version}.tar.xz";
50
- hash = "sha256-mSwjQTLkEWBBbbMDLZ+qldS2YDcUvp8BB+J0+RLQvZE=";
+ hash = "sha256-7ff/BFXH0MiMEV+GsfCnBPGGlgPht6gM0K43V2ogtHc=";
51
};
52
53
nativeBuildInputs = [
0 commit comments