rabbitmq-c: 0.14.0 -> 0.15.0 (#357641)

This commit is contained in:
Weijia Wang 2024-12-08 23:11:10 +01:00 committed by GitHub
commit 31fe12124c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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