Skip to content

Commit

Permalink
rabbitmq-server: 3.12.11 -> 3.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and turion committed Jan 23, 2024
1 parent e7c6139 commit a0b6f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/amqp/rabbitmq-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ in

stdenv.mkDerivation rec {
pname = "rabbitmq-server";
version = "3.12.11";
version = "3.12.12";

# 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-WGlSYRUrKhtku9+MXjNu1Gm+Ddox2iQ8rwZKUh1QPsM=";
hash = "sha256-lR/qwEoEH8v6oTTz6oAMlk2Tl2QSCEWV9rnU+gXX2KY=";
};

nativeBuildInputs = [ unzip xmlto docbook_xml_dtd_45 docbook_xsl zip rsync python3 ];
Expand Down

0 comments on commit a0b6f17

Please sign in to comment.