rabbitmq-c: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-11-20 19:07:52 +00:00
parent b413874cd0
commit 063a83a71b

View File

@ -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 ];