rabbitmq-server: 4.0.5 -> 4.0.6 (#381327)

Co-authored-by: samueltardieu <samueltardieu@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-12 20:52:51 +00:00 committed by GitHub
commit fd527aacc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,12 +42,12 @@ in
stdenv.mkDerivation rec {
pname = "rabbitmq-server";
version = "4.0.5";
version = "4.0.6";
# 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";
hash = "sha256-Jn6DvSvegezhq+zjZbUdHR/b6Kgg+QqZwDDrxu21+0g=";
hash = "sha256-JkXBZtOUJXfccYZyryO/fZUKL3jyKLGq2vhpRENeDo4=";
};
nativeBuildInputs = [