Skip to content

Commit

Permalink
rabbitmq-c: 0.14.0 -> 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 20, 2024
1 parent b413874 commit 063a83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ra/rabbitmq-c/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "rabbitmq-c";
version = "0.14.0";
version = "0.15.0";

src = fetchFromGitHub {
owner = "alanxz";
repo = "rabbitmq-c";
rev = "v${version}";
hash = "sha256-ffdnLEgUg+4G12JntjFag3ZXMvEL42hsrY6VT58ccJ0=";
hash = "sha256-uOI+YV9aV/LGlSxr75sSii5jQ005smCVe14QAGNpKY8=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 063a83a

Please sign in to comment.